zmk/app/tests
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
..
backlight
ble Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00
caps-word
combo
conditional-layer
gresc
hold-tap refactor: replace tapping_term_ms with tapping-term-ms 2024-03-18 10:15:50 -07:00
key-repeat
keypress
keytoggle feat: Added `toggle-mode`, allowing toggle-on and toggle-off (#2555) 2024-12-12 19:13:56 -05:00
macros feat(keymap): Add binding get/set, layer movement 2024-09-05 12:22:08 -06:00
mod-morph chore: fix typos in various places 2024-05-13 16:47:33 -04:00
modifiers
momentary-layer
none
pointing fix(pointing): Temp layer threading protection. (#2729) 2025-02-28 20:37:55 -05:00
sticky-keys fix(behaviors): Make multiple sticky keys work on same key position (#2758) 2025-02-26 17:54:08 -05:00
tap-dance refactor: replace quick_tap_ms with quick-tap-ms 2024-03-18 10:15:50 -07:00
to-layer
toggle-layer feat: Added `toggle-mode`, allowing toggle-on and toggle-off (#2555) 2024-12-12 19:13:56 -05:00
transparent
wpm