my fork of the ZMK keyboard firmware for a Nice!Nano v2 based https://68keys.io/ build
Go to file
Pete Johanson 523e7f702f Message queue and work item for process scan events.
* Prep for using ISR for kscan GPIO, by moving event
  process into a work item.
2020-05-01 23:10:11 -04:00
boards Lots of clean up, basic kscan working, remove zephyr-rust. 2020-05-01 14:58:00 -04:00
src Message queue and work item for process scan events. 2020-05-01 23:10:11 -04:00
.gitignore Initial work. 2020-04-21 16:20:34 -04:00
.gitlab-ci.yml Typo fix for board name. 2020-05-01 16:36:56 -04:00
CMakeLists.txt Refactor for better organization 2020-05-01 19:14:18 -04:00
Kconfig Message queue and work item for process scan events. 2020-05-01 23:10:11 -04:00
LICENSE Add LICENSE 2020-05-01 19:04:48 +00:00
README.md README file. 2020-05-01 16:49:04 -04:00
prj.conf Lots of clean up, basic kscan working, remove zephyr-rust. 2020-05-01 14:58:00 -04:00
west.yml Try using west.yml file instead. 2020-05-01 15:46:19 -04:00

README.md

Zephyr Mechanical Keyboard (ZMK) Firmware

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