summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-05-16 17:30:30 -0400
committerPete Johanson <peter@peterjohanson.com>2020-05-16 17:30:30 -0400
commit644a05a2744d739f29a39c3de70ed1cdb930eedf (patch)
tree8c7adaeafc7b3ee5d87f804c19be999bce4db6dd /README.md
parentdffedab7fff04770b919974a9e57c72ea364ecfa (diff)
Keymap directory support.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index b7145b3..311e782 100644
--- a/README.md
+++ b/README.md
@@ -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.