Minor cleanup of the toplevel README.

This commit is contained in:
Pete Johanson 2020-06-17 10:41:49 -04:00
parent c96e705e2e
commit 865f41a46d
1 changed files with 3 additions and 7 deletions

View File

@ -13,7 +13,7 @@ Check out the website to learn more: https://zmkfirmware.dev/
- Document boards/shields/keymaps usage. - Document boards/shields/keymaps usage.
- Display support, including displaying BLE SC auth numbers for "numeric comparison" mode if we have the screen. - Display support, including displaying BLE SC auth numbers for "numeric comparison" mode if we have the screen.
- Fix BT settings to work w/ Zephyr. Do we really need them? - Fix BT settings to work w/ Zephyr. Do we really need them?
- Tests? - Tests
# Missing Features # Missing Features
@ -21,15 +21,11 @@ Check out the website to learn more: https://zmkfirmware.dev/
- One Shot - One Shot
- Combos - Combos
- Tap Dance - Tap Dance
- Shell over BLE? - Shell over BLE/USB
- Split support - Split support
- custom kscan driver? that recieves events from other side over BLE notifications?
- Need to figure out how to do "custom" GATT services. Custom UUID?
- Do we need to send any state updates over from primary to secondary side?
- Encoders - Encoders
- Battery reporting. - Battery reporting.
- Low power mode, with wakeup from interrupt? - Low power mode, with wakeup from interrupt(s)
- Better keymaps to avoid needing extra KC_NO for locations in the matrix that don't even exist!
## Long Term ## Long Term