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 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 feat(conditional-layers): Implement feature 2021-11-15 05:49:23 -05:00
zmk,ext-power-generic.yaml refactor(ext_power): Remove label property 2023-12-04 20:06:54 -06:00
zmk,gpio-key-wakeup-trigger.yaml refactor: Fixes for soft-off based on review. 2024-03-27 20:59:26 -07:00
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 refactor(sensors): Sensor event channel data, resolution tweaks. 2023-06-18 20:45:06 -06:00
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 fix(keymaps): add row-offset property to matrix-transform 2021-12-20 06:14:35 -05:00
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 refactor: Fixes for soft-off based on review. 2024-03-27 20:59:26 -07:00
zmk,wired-split.yaml Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00