my fork of the ZMK keyboard firmware for a Nice!Nano v2 based https://68keys.io/ build
Find a file
innovaker bac1f17cf6 refactor(app): replace Zephyr integer types with C99 integer types
u8_t → uint8_t
u16_t → uint16_t
u32_t → uint32_t
u64_t → uint64_t
s8_t → int8_t
s16_t → int16_t
s32_t → int32_t
s64_t → int64_t

Prerequisite for #223
See: https://github.com/zephyrproject-rtos/zephyr/releases/tag/zephyr-v2.4.0
PR: #467
2020-12-14 12:41:25 -05:00
.devcontainer feat(devcontainer): supersede zephyr-west-action-arm with zmk-dev-arm 2020-12-10 14:01:59 -05:00
.github/workflows ci: add 4- prefix to cache keys for v2.4.0 upgrade 2020-12-14 12:41:25 -05:00
.vscode Update NIBBLE keyboard name as per PR feedback 2020-10-27 12:44:59 -07:00
app refactor(app): replace Zephyr integer types with C99 integer types 2020-12-14 12:41:25 -05:00
docs feat(docs): add keymap upgrader 2020-12-10 12:23:05 +00:00
.clang-format feat(ci): Run clang-format to check files. 2020-09-14 00:08:13 -04:00
.gitattributes fix: check out Bash scripts with LF 2020-10-10 17:43:52 -05:00
.gitignore add __pycache__ to gitignore now zmk contains python files 2020-11-21 14:47:01 -05:00
AUTHORS Add KemoNine to authors per PeteJohnson 2020-12-07 07:07:45 -05:00
CODE_OF_CONDUCT.md Updated email link for CoC issues. 2020-07-03 10:57:17 -04:00
CONTRIBUTING.md chore: Add initial CONTRIBUTING.md docs.* Closes #23 2020-09-20 23:36:30 -04:00
LICENSE Updated copyright line. 2020-06-22 05:47:20 -04:00
README.md update README.md with up-to-date info 2020-11-22 21:06:42 -05:00

Zephyr™ Mechanical Keyboard (ZMK) Firmware

Discord Build Contributor Covenant

ZMK Firmware is an open source (MIT) keyboard firmware built on the Zephyr™ Project Real Time Operating System (RTOS). ZMK's goal is to provide a modern, wireless, and powerful firmware free of licensing issues.

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

You can also come join our ZMK Discord Server

To review features, check out the feature overview. ZMK is under active development, and new features are listed with the enhancement label in GitHub. Please feel free to add 👍 to the issue description of any requests to upvote the feature.