zephyr mechanical keyboard (custom firmware) forked from https://github.com/zmkfirmware/zmk
 
 
 
 
Go to file
innovaker 711658206f refactor(hid): Replace Zephyr usages with ZMK usages in HID reports
Replace `USAGE_GEN_DESKTOP` with `HID_USAGE_GD`.

Replace `USAGE_GEN_DESKTOP_KEYBOARD` with `HID_USAGE_GD_KEYBOARD`.

Replace `USAGE_GEN_DESKTOP_KEYPAD` with `HID_USAGE_KEY`.

Replace `0x0C` with `HID_USAGE_CONSUMER`.

Closes #217.
2020-11-03 23:50:54 -05:00
.devcontainer Behave properly in GH Codespaces 2020-10-12 14:23:34 -07:00
.github/workflows feat(ci): Only build firmware when app/ changes. 2020-11-03 15:08:04 -05:00
.vscode Update NIBBLE keyboard name as per PR feedback 2020-10-27 12:44:59 -07:00
app refactor(hid): Replace Zephyr usages with ZMK usages in HID reports 2020-11-03 23:50:54 -05:00
docs fix(docs): remove incorrect defines for outputs 2020-11-03 19:38:56 -05:00
.clang-format
.gitattributes fix: check out Bash scripts with LF 2020-10-10 17:43:52 -05:00
.gitignore fix: allow nested zmk-config for dev container 2020-10-10 23:14:38 +00:00
AUTHORS
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
README.md fix: Typo in the toplevel README. 2020-10-26 23:14:34 -04:00

README.md

Zephyr™ Mechanical Keyboard (ZMK) Firmware

Discord Build Contributor Covenant

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 restrictive 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.