zmk/app
Peter Johanson 7db083232b refactor(core): Adjust our approach for upstream Zephyr boards
Move to using proper HWMv2 board extensions
https://docs.zephyrproject.org/4.1.0/hardware/porting/board_porting.html#board-extensions

for extending upstream Zephyr boards for use with ZMK. With this change,
using upstream Zephyr board IDs directly, e.g. `seeeduino_xiao` will be
stock versions as found upstream. To use a board variant that is tuned
for ZMK use, use the `zmk` variant, e.g. `seeeduino_xiao//zmk` which is
shorthand for `seeeduino_xiao/samd21g18a/zmk`.
2026-01-31 19:55:04 -07:00
..
boards refactor(core): Adjust our approach for upstream Zephyr boards 2026-01-31 19:55:04 -07: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 chore(main): release 0.3.0 (#2858) 2025-08-01 18:44:20 -04:00
core-coverage.yml refactor(core): Adjust our approach for upstream Zephyr boards 2026-01-31 19:55:04 -07:00
package-lock.json
package.json
prj.conf
run-ble-test.sh refactor(core): Adjust our approach for upstream Zephyr boards 2026-01-31 19:55:04 -07:00
run-test.sh refactor(core): Adjust our approach for upstream Zephyr boards 2026-01-31 19:55:04 -07:00
west.yml SoC: stm32c0 support (#3174) 2026-01-07 18:05:13 -05:00