Pete Johanson 9a991bf019 Initial event manager work, and two first events.
* Add initial event manager implementation,
  roughly mimicking Nordic's API.
* Add `position_state_changed` and
  `keycode_state_changed` events.
* Hook up HID and keymap to new events
  instead of using behaviour global event
  crazy.
2020-06-30 00:31:09 -04:00
2020-06-29 10:20:07 -04:00
2020-05-11 13:58:10 -04:00
2020-05-11 11:24:03 -04:00
2020-06-22 05:47:20 -04:00

Zephyr™ Mechanical Keyboard (ZMK) Firmware

Build Contributor Covenant

This project is a complete work in progress, with absolutely nothing functioning yet. The goal is to explore a new MK firmware with a less restritive license and better BLE support, built on top of the Zephyr™ Project

Check out the website to learn more: https://zmkfirmware.dev/

TODO

  • Document boards/shields/keymaps usage.
  • 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?
  • Tests

Missing Features

  • Layer Tap
  • One Shot
  • Combos
  • Tap Dance
  • Shell over BLE/USB
  • Split support
  • Encoders
  • Battery reporting.
  • Low power mode, with wakeup from interrupt(s)

Long Term

  • Tool to convert keymap info.json files into a DTS keymap file?
  • Firmware build service?
Languages
C 96.5%
CMake 2.8%
Shell 0.5%
Python 0.2%