zmk/app
Willow Herring ab46f48dde
fix(keymap): Fix overflow in get/set bindings (#3205)
With the binding referenced to as uint8_t the keymap would be incorrect if more than 256 positions were in use, going to a uint16_t gives large enough headroom to not have to worry
2026-01-16 18:55:13 -05:00
..
boards feat(shields): Add Studio support to boardsource3x4 (#3154) 2025-12-28 08:32:42 +00:00
dts fix(core): support magic bootloader values for nRF52833 (#3163) 2025-12-24 08:16:59 -07:00
include fix(keymap): Fix overflow in get/set bindings (#3205) 2026-01-16 18:55:13 -05:00
keymap-module feat!: Move to zephyr v4.1 (#3060) 2025-12-09 19:43:22 -05:00
module chore: Add basic tests for Studio's layer manipulation (#3164) 2026-01-07 19:01:05 -05:00
scripts
snippets
src fix(keymap): Fix overflow in get/set bindings (#3205) 2026-01-16 18:55:13 -05:00
tests feat(pointing): Release pressed keys on disconnect (#3204) 2026-01-14 13:17:43 -05:00
.gitignore
.prettierrc.js
CMakeLists.txt feat!: Move to zephyr v4.1 (#3060) 2025-12-09 19:43:22 -05:00
Kconfig fix(usb): Prevent unexpected USB disconnection caused by USB SOF (#3070) 2025-12-18 00:52:27 -05:00
Kconfig.behaviors
Kconfig.defaults feat!: Move to zephyr v4.1 (#3060) 2025-12-09 19:43:22 -05:00
VERSION
core-coverage.yml feat!: Move to zephyr v4.1 (#3060) 2025-12-09 19:43:22 -05:00
package-lock.json
package.json
prj.conf
run-ble-test.sh
run-test.sh chore: Add basic tests for Studio's layer manipulation (#3164) 2026-01-07 19:01:05 -05:00
west.yml SoC: stm32c0 support (#3174) 2026-01-07 18:05:13 -05:00