zmk/app/dts/bindings
Pete Johanson c4ee8ab86b
refactor(combos): Reduce RAM usage, simplify config (#2849)
* Reference combos by index, not 32-bit pointers, and store bitfields
instead of arrays in several places, to bring down our flash/RAM usage.
* Use bit field to track candidate combos, to avoid needing an explicit
`ZMK_COMBO_MAX_COMBOS_PER_KEY` setting.
* Determine the max keys per combo automatically from the devicetree,
so we remove the ZMK_COMBO_MAX_KEYS_PER_COMBO Kconfig symbol.
2025-04-20 05:01:22 -04:00
..
behaviors feat: Added `toggle-mode`, allowing toggle-on and toggle-off (#2555) 2024-12-12 19:13:56 -05:00
gpio
input_processors Feature: input processor behavior invocation (#2714) 2024-12-17 20:50:06 -05:00
kscan
macros
vendor-prefixes.txt
zmk,combos.yaml refactor(combos): Reduce RAM usage, simplify config (#2849) 2025-04-20 05:01:22 -04:00
zmk,conditional-layers.yaml
zmk,ext-power-generic.yaml
zmk,gpio-key-wakeup-trigger.yaml
zmk,input-listener.yaml feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
zmk,input-split.yaml feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
zmk,key-physical-attrs.yaml
zmk,keymap-sensors.yaml
zmk,keymap.yaml
zmk,kscan-composite.yaml fix: allow kscan-composite to wake up device. (#2682) 2024-12-11 14:46:22 -05:00
zmk,kscan-mock.yaml
zmk,matrix-transform.yaml
zmk,physical-layout-position-map.yaml
zmk,physical-layout.yaml
zmk,soft-off-wakeup-sources.yaml
zmk,wired-split.yaml Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00