zmk/app/dts
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(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
bindings Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00
common chore: fix typos in various places 2024-05-13 16:47:33 -04:00
input feat(pointing): Add pre-defined scroll scaler and mouse scroll tests (#2759) 2025-02-04 10:27:14 -07:00
layouts feat(studio): Add ortho_4x10 grid layout (#2651) 2024-12-09 12:53:54 -05:00
behaviors.dtsi feat(mouse): Add mouse move and scroll support (#2477) 2024-12-09 19:45:41 -05:00
physical_layouts.dtsi feat: Add keyboard physical layout system. 2024-07-03 16:52:05 -06:00