zmk/app
Joel Spadin 197f899777
feat: Add LED indicator support (#3239)
This adds a new zmk,indicator-leds device, which maps HID indicator
states onto any devices that implement the LED driver API. This adds
support for things like a caps lock LED.

The name was chosen so that more drivers could be added later as
zmk,indicator-*, for example a version that uses the LED strip API.
2026-03-23 02:35:35 -04:00
..
boards feat(boards): Add Kconfig for nrf52840dongle ZMK board variant (#3284) 2026-03-21 08:30:18 -06:00
dts feat: Add LED indicator support (#3239) 2026-03-23 02:35:35 -04:00
include feat: Add LED indicator support (#3239) 2026-03-23 02:35:35 -04:00
keymap-module feat!: Move to zephyr v4.1 (#3060) 2025-12-09 19:43:22 -05:00
module fix(core): One tick kscan wait on RP2350 (#3255) 2026-03-19 16:48:06 -04:00
scripts fix: Support west test when invoked as module 2024-09-06 14:56:40 -04:00
snippets
src feat: Add LED indicator support (#3239) 2026-03-23 02:35:35 -04:00
tests feat(endpoints): add "no endpoint" value (#3140) 2026-02-12 01:51:42 -05:00
.gitignore
.prettierrc.js
CMakeLists.txt feat: Add LED indicator support (#3239) 2026-03-23 02:35:35 -04:00
Kconfig feat: Add LED indicator support (#3239) 2026-03-23 02:35:35 -04:00
Kconfig.behaviors
Kconfig.defaults feat!: Move to zephyr v4.1 (#3060) 2025-12-09 19:43:22 -05:00
VERSION
core-coverage.yml refactor(core): Adjust our approach for upstream Zephyr boards (#3145) 2026-02-12 01:53:54 -05:00
package-lock.json
package.json
prj.conf fix: Fix syscalls generation setup. 2024-02-09 14:32:46 -08:00
run-ble-test.sh refactor(core): Adjust our approach for upstream Zephyr boards (#3145) 2026-02-12 01:53:54 -05:00
run-test.sh refactor(core): Adjust our approach for upstream Zephyr boards (#3145) 2026-02-12 01:53:54 -05:00
west.yml SoC: stm32c0 support (#3174) 2026-01-07 18:05:13 -05:00