diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-05-16 17:30:30 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-05-16 17:30:30 -0400 |
commit | 644a05a2744d739f29a39c3de70ed1cdb930eedf (patch) | |
tree | 8c7adaeafc7b3ee5d87f804c19be999bce4db6dd /README.md | |
parent | dffedab7fff04770b919974a9e57c72ea364ecfa (diff) |
Keymap directory support.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -6,7 +6,8 @@ with a less restritive license and better BLE support, built on top of the [Zeph ## TODO - Debouncing in the kscan driver itself? Only some GPIO drivers in Zephyr support it "natively" -- Better DTS overlay setup for _keymaps_. Current use of SHIELDs works, but perhaps would be better with something more integrated. +- Document boards/shields/keymaps usage. +- Custom keymap code via `zephyr_library()`> - Move most Kconfig setings to the board/keymap defconfigs and out of the toplevel `prj.conf` file. - Merge the Kscan GPIO driver upstream, or integrate it locally, to avoid use of Zephyr branch. - BLE SC by typing in the # prompted on the host. |