ZMK Firmware Fork to add Forgejo Workflow Support
With newlib_libc enabled, a warning was printed for this sprintf. The settings_name may expand to 17 characters instead of the available 15. Fixes #808. Full warning: [49/272] Building C object CMakeFiles/app.dir/src/ble.c.obj In file included from /home/okke/.local/zephyr-sdk-0.11.2/arm-zephyr-eabi/arm-zephyr-eabi/sys-include/stdio.h:800, from ../../src/ble.c:12: ../../src/ble.c: In function 'set_profile_address': ../../src/ble.c:118:27: warning: '%d' directive writing between 1 and 3 bytes into a region of size 2 [-Wformat-overflow=] 118 | sprintf(setting_name, "ble/profiles/%d", index); | ^~~~~~~~~~~~~~~~~ ../../src/ble.c:118:41: note: format string is defined here 118 | sprintf(setting_name, "ble/profiles/%d", index); | ^~ In file included from /home/okke/.local/zephyr-sdk-0.11.2/arm-zephyr-eabi/arm-zephyr-eabi/sys-include/stdio.h:800, from ../../src/ble.c:12: ../../src/ble.c:118:27: note: directive argument in the range [0, 255] 118 | sprintf(setting_name, "ble/profiles/%d", index); | ^~~~~~~~~~~~~~~~~ ../../src/ble.c:118:5: note: '__builtin___sprintf_chk' output between 15 and 17 bytes into a destination of size 15 118 | sprintf(setting_name, "ble/profiles/%d", index); | ^~~~~~~ |
||
---|---|---|
.devcontainer | ||
.github | ||
.vscode | ||
app | ||
docs | ||
.clang-format | ||
.gitattributes | ||
.gitignore | ||
.pre-commit-config.yaml | ||
AUTHORS | ||
CODE_OF_CONDUCT.md | ||
CODEOWNERS | ||
CONTRIBUTING.md | ||
LICENSE | ||
README.md |
Zephyr™ Mechanical Keyboard (ZMK) Firmware
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.