zmk/app
cormoran ebfcefa74d fix(studio): Ensure putting framing byte when sending rpc
If tx buffer became full when sending PRC response, framing byte can be skipped
and communication gets stuck. This patch adds wait for putting EOF failure and
adds error handling for putting SOF failure.
2026-01-25 20:10:21 +09: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(studio): Ensure putting framing byte when sending rpc 2026-01-25 20:10:21 +09:00
tests feat(pointing): Release pressed keys on disconnect (#3204) 2026-01-14 13:17:43 -05:00
.gitignore
.prettierrc.js chore: Add typescript support to eslint, fix errors (#2923) 2025-04-22 20:51:41 -07:00
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 refactor(behaviors): Add max-held tap-dance config (#2838) 2025-02-25 14:12:27 -05:00
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 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 fix: changed shebang to make scripts more platform independent (#2893) 2025-04-20 04:23:31 -04:00
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