kmk_firmware
qmk_firmware
kmk_firmware | qmk_firmware | |
---|---|---|
67 | 1,594 | |
1,560 | 19,020 | |
2.3% | 1.3% | |
8.7 | 9.9 | |
7 days ago | 3 days ago | |
Python | C | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
kmk_firmware
-
Has anyone tried making a raspberry pico keyboard with the kmk software
plenty.. try their zulip and you will see(https://kmkfw.zulipchat.com/).. also google may help... plenty of youtube pushers also will provide you the info...
- Bluetooth module for a keyboard, but easy-to-solder
-
CircuitPython keyboard flash
Im not really sure where the problem would be. Try to flash the example firmware from the official kmk github and see if that works for you. If it doesn't then there may be a problem with the hardware 🤔 https://github.com/KMKfw/kmk_firmware/tree/master/boards/reviung41
-
KMK split firmware procedure
You'll need to copy the following onto storage device: 1. CircuitPython files/binaries for controller, if not present 2. kmk folder from KMK firmware. github, if not present. 3. kb.py and main.py files for your board. Pre-configured boards can be found in KMK firmware github in boards directory.
-
Is there pre-compiled firmware for miryoku for piantor with weact?
I'll try to set it up locally and will otherwise contact... Got time over Easter. Thx a lot. I also have seen that piantor for KMK has an open pull request which means the board dev will soon be ready for workflow builds of Miryoku. https://github.com/KMKfw/kmk_firmware/pull/723 I like KMK a bit more as it will allow me to quickly change the extra keys to whatever makes sense .... All just with s simple text editor.
-
Need help with KMK and split keyboard
Here's a pull request to add piantor board to KMK firmware. The logic to define config for left and right halves is actually really nice.
-
KMK split with direct pin on a pi pico ?
There's a recent pull request to add the Piantor to KMK, and that's a split 42 key that uses the pico with direct pins to keys: https://github.com/KMKfw/kmk_firmware/pull/723
-
Porting to Boardsource's Peg re-mapping tool (scuffed write-up and review)
See above. I set this up some time ago; the one I am using is pretty much the demo one from the KMK github.
- Dactyl CC with MT3 keycaps
-
anyone knows a handwired split keyboard with two Xiao 2040 running kmk and connected via trrs/trs cables?
I've uploaded these files to github here if you wish to look around but I recommend also looking through the various boards in the kmk github as well for more guidance too. This was my first kmk based keyboard so my code might not be the best lol but I hope this is helpful regardless. Let me know if you have any questions!
qmk_firmware
- Quantum Mechanical Keyboard Firmware
- Qmk_firmware: Open-Source Firmware for Customizable Keyboards
-
SofleKeyboard – A split keyboard based on Lily58, Crkbd and Helix keyboards
https://wiki.ai03.com/ is what a lot of people use. Though it's probably easier nowadays to use an RP2040-based ProMicro form factor daughterboard so you only need to handle key placement.
Firmware... QMK: https://github.com/qmk/qmk_firmware/ || https://docs.qmk.fm/porting_your_keyboard_to_qmk
Disclaimer: I'm a QMK Maintainer.
-
I like the RP2040
I do wonder how much of that can be accounted directly to the RP2040. Projects like QMK[0] have been using a technically quite similar codebase for making DIY keyboards for quite a while now.
At first glance I'm not really seeing anything in GP2040 which couldn't have been done with any other somewhat-modern MCU. The RP2040 has undoubtedly been the catalyst leading to GP2040's widespread adoption, but it seems the same could've happened with a Pro Micro instead.
[0]: https://github.com/qmk/qmk_firmware
-
Not an iPad Pro Review: Why iPadOS Still Doesn't Get the Basics Right
I definitely think you should be able to add keyboard layouts at a software level on iPadOS and iOS, but one possible solution to the problem right now is using a programmable keyboard using QMK [1], ZMK [2], or some other open-source firmware. There's even a usb-usb converter [3] that will convert keystrokes from any keyboard into ones that you map using TMK or QMK, so you can use your own.
[1] https://qmk.fm/
[2] https://zmk.dev/
[3] https://geekhack.org/index.php?topic=69169.0
-
00Key a 75% Keyboard
I only use keyboards running QMK or ZMK, so:
My Caps Lock key is a Control/Escape key (when tapped it behave like a Escape, when hold it's Control), and my left Control is a one shot layer switch key [1], which means I tap LCtrl once, and then press Caps Lock + 5 to get Ctrl+F5. Doable with single hand and more ergonomic as I have an unusually small hand.
[1] https://github.com/qmk/qmk_firmware/blob/master/docs/one_sho...
-
Principles for Keyboard Layouts (2022)
I agree that reduced finger movement is a crucial step in achieving typing efficiency. This is nicely solved by mod tap modifiers in QMK/ZMK[1] where key acts as a char when tapped and as a layer while pressed.
[1]: https://github.com/qmk/qmk_firmware/blob/master/docs/mod_tap...
- Lkbm: LED-Key BitMasks to Control the Ploopy Nano Trackball
-
QMK and Keyboards
Separate wireless controller, see the glue code at [0]
[0]: https://github.com/qmk/qmk_firmware/compare/master...nuphy-s...
-
Debugging a Failing Hotkey
If you have a keyboard that runs QMK firmware[0] with the VIA[1] feature enabled[2], then there is a convenient testing app available from the same place you customize your keys [3].
[0] https://qmk.fm/
What are some alternatives?
zmk - ZMK Firmware Repository
Adafruit_CircuitPython_SSD1306 - Adafruit CircuitPython framebuf driver for SSD1306 or SSD1305 OLED displays. Not for use with displayio. See README.
vial-qmk - QMK fork with Vial-specific features.
MicroPython - MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
kmonad - An advanced keyboard manager