my fork of the ZMK keyboard firmware for a Nice!Nano v2 based https://68keys.io/ build
4121b07f7f
Fixed initializing interrupts for direct GPIO when CONFIG_ZMK_KSCAN_DIRECT_POLLING is not enabled. IS_ENABLED() is needed to map the possibly-undefined value to 0 or 1 so COND_CODE_0() and COND_CODE_1() work. |
||
---|---|---|
.github/workflows | ||
.vscode | ||
app | ||
docs | ||
.clang-format | ||
.gitignore | ||
AUTHORS | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md |
Zephyr™ Mechanical Keyboard (ZMK) Firmware
This project is a complete work in progress, with only basic things functioning. 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/
You can also come join our ZMK Discord Server
To review planned features, check out the enhancement label in GitHub. Please feel free to add 👍 to the issue description of any requests to upvote the feature.