Nicolas Munnich
Nicolas Munnich
This is an initial rough draft for a version 2 of the ZMK hardware metadata standard. The goal is to define the metadata such that the metadata files can be...
For hardware troubleshooting, it would be convenient to have a shield in a similar vein to `settings_reset` which behaves as follows: 1. Configures all GPIO pins as input with a...
Should be fine aside from the part which I noted as needing to be tested. I think this is a worthwhile addition, as trying to piece things together from Zephyr's...
This is a checklist of all the physical layouts that still need to be defined for in-tree keyboards. Boards: - [ ] s40nc - [ ] dz60rgb Shields: - [x]...
The physical layout was defined previously, but never selected in the chosen node. I did not verify the correctness of the physical layout and matrix transform.
Soft-off has a property called `split-peripheral-off-on-press` which turns off the peripheral immediately when soft-off is triggered. This is done to prevent issues with the peripheral not turning off when the...
Currently if two of the same binding are pressed and then released, the first release will be treated as both keys being released. This adds a new optional flag to...
Added `toggle-mode` flag to both the key toggle and toggle layer behaviors. Toggle mode can be set to - "on" - "off" - "on-off" (default when not present) Tested locally...
This is an alternative approach to #1886, with the same end goal. All of the "designer configurable" defaults are extracted out to separate files named `Kconfig.defaults`. The *definitions* stay in...
Added a page on configuring dongles, building on the work that @rasmuskoit did in #2401. The method recommended is personal to each user, but works for both boards and shield...