zmk/app/dts/bindings
svek1 a8f5ab67b5
fix: allow kscan-composite to wake up device. (#2682)
* include kscan.yaml so we can set kscan-composite as a wakeup source
* modify enable and disable callback to check for wakeup capabilities of
composite and children
* disable children wakeup source

The disable function is only called
when the composite is not an enabled wakeup source.
In that case the children should also not be an enabled
wakeup source, so they can get suspended
2024-12-11 14:46:22 -05:00
..
behaviors feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
gpio feat(boards): Add glove80 nexus node for extension GPIO. (#2594) 2024-11-20 18:36:32 -05:00
input_processors feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
kscan feat(kscan): More complete PM support to drivers. 2024-07-03 16:52:05 -06:00
macros feat(behaviors): Support parameterized macros. 2023-06-20 11:19:28 -06:00
vendor-prefixes.txt feat(boards): Add glove80 nexus node for extension GPIO. (#2594) 2024-11-20 18:36:32 -05:00
zmk,combos.yaml refactor(behaviors): global-quick-tap -> require-prior-idle 2023-10-03 01:12:47 -07: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 feat: Add keyboard physical layout system. 2024-07-03 16:52:05 -06:00
zmk,keymap-sensors.yaml
zmk,keymap.yaml refactor(keymaps): Rename layer label to "display-name" 2023-12-04 20:06:54 -06:00
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 refactor(behaviors): Make label property optional 2023-12-04 20:06:54 -06:00
zmk,matrix-transform.yaml
zmk,physical-layout-position-map.yaml feat: Add keyboard physical layout system. 2024-07-03 16:52:05 -06:00
zmk,physical-layout.yaml feat: Add keyboard physical layout system. 2024-07-03 16:52:05 -06:00
zmk,soft-off-wakeup-sources.yaml