zmk/app/boards/shields/zmk_uno
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
..
boards fix(pm): Fixes for dedicated on/off on peripherals. 2024-03-27 20:59:26 -07:00
Kconfig.defconfig refactor: Fixes for soft-off based on review. 2024-03-27 20:59:26 -07:00
Kconfig.shield feat(shields): Add ZMK Uno split setup 2023-12-06 15:00:29 -08:00
zmk_uno-layouts.dtsi refactor: new physical layouts convention 2024-11-06 15:29:22 -07:00
zmk_uno.conf fix(shields): Don't enable passkey support on Uno. 2023-12-08 14:57:23 -08:00
zmk_uno.dtsi refactor: new physical layouts convention 2024-11-06 15:29:22 -07:00
zmk_uno.keymap refactor(shields): Set ZMK Uno physical layouts. 2024-07-03 16:52:05 -06:00
zmk_uno.overlay refactor: new physical layouts convention 2024-11-06 15:29:22 -07:00
zmk_uno.zmk.yml chore: Tag studio enabled boards/shields. 2024-10-17 10:20:30 -06:00
zmk_uno_split-layouts.dtsi refactor: new physical layouts convention 2024-11-06 15:29:22 -07:00
zmk_uno_split.dtsi Feature: Full-Duplex Wired Split (#2766) 2025-03-18 02:48:32 -04:00
zmk_uno_split.keymap refactor(shields): Set ZMK Uno physical layouts. 2024-07-03 16:52:05 -06:00
zmk_uno_split_left.conf fix(shields): Don't enable passkey support on Uno. 2023-12-08 14:57:23 -08:00
zmk_uno_split_left.overlay feat(shields): Add ZMK Uno split setup 2023-12-06 15:00:29 -08:00
zmk_uno_split_right.conf fix(shields): Don't enable passkey support on Uno. 2023-12-08 14:57:23 -08:00
zmk_uno_split_right.overlay refactor(shields): Set ZMK Uno physical layouts. 2024-07-03 16:52:05 -06:00