Age | Commit message (Collapse) | Author |
|
Renames instances of `readme.md` to `README.md` so that it's easily noticed.
PR: #561
|
|
Ran all the default keymaps through the keymap upgrader and manually adjusted
alignment.
|
|
|
|
interrupt-based IO.
- Add ZMK_KSCAN_MATRIX_POLLING config flag to Kconfig
- Update matrix driver code to use the above flag to conditionally add the handling code for polling operations.
|
|
|
|
* Still just devicetree keymaps.
* Filename can now use `<board>.keymap` or
`<shield>.keymap` convention, including
overrides for revisions, etc.
|
|
|
|
|
|
* Basic Clueboard Californai Macropad shield definition.
* New "direct" KSCAN driver that supports non-matrix direct
wiring for switches, needed for macropad that doesn't have
a matrix at all.
* Some renames for existing KSCAN GPIO driver to make the implied
"matrix" part explicit.
|