zmk/app/dts/bindings
Pete Johanson 147c340c6e
Feature: Full-Duplex Wired Split (#2766)
refactor(split): Refactor split code for extension

Extract central/peripheral code to allow for plugging in alternate
transports, instead of tying all split logic to BT.

feat(split): Add full-duplex wired split support

* Depends on full-duplex hardware UART for communication.
* Supports all existing central commands/peripheral events, including
  sensors/inputs from peripherals.
* Only one wired split peripheral supported (for now)
* Relies on chosen `zmk,split-uart` referencing the UART device.

docs: Add wired split config docs.

Migrate split to its own dedicated config file, and add details
on wired split config.

Co-authored-by: Nicolas Munnich <98408764+Nick-Munnich@users.noreply.github.com>

fix: Properly override stack size on RP2040

Move the system work queue stack size override on RP2040 ouf of
a `ZMK_BLE` conditional so it is properly applied generally for that
SoC.

---------

Co-authored-by: Nicolas Munnich <98408764+Nick-Munnich@users.noreply.github.com>
2025-03-18 02:48:32 -04:00
..
behaviors feat: Added `toggle-mode`, allowing toggle-on and toggle-off (#2555) 2024-12-12 19:13:56 -05:00
gpio feat(boards): Add glove80 nexus node for extension GPIO. (#2594) 2024-11-20 18:36:32 -05:00
input_processors Feature: input processor behavior invocation (#2714) 2024-12-17 20:50:06 -05:00
kscan feat(kscan): More complete PM support to drivers. 2024-07-03 16:52:05 -06:00
macros
vendor-prefixes.txt feat(boards): Add glove80 nexus node for extension GPIO. (#2594) 2024-11-20 18:36:32 -05:00
zmk,combos.yaml
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
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 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
zmk,wired-split.yaml Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00