mirror of https://github.com/zmkfirmware/zmk.git
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> |
||
|---|---|---|
| .. | ||
| behaviors | ||
| display | ||
| events | ||
| pointing | ||
| settings | ||
| split | ||
| studio | ||
| activity.c | ||
| backlight.c | ||
| battery.c | ||
| behavior.c | ||
| behavior_queue.c | ||
| ble.c | ||
| combo.c | ||
| conditional_layer.c | ||
| endpoints.c | ||
| event_manager.c | ||
| ext_power_generic.c | ||
| gpio_key_wakeup_trigger.c | ||
| hid.c | ||
| hid_indicators.c | ||
| hid_listener.c | ||
| hog.c | ||
| keymap.c | ||
| kscan_sideband_behaviors.c | ||
| main.c | ||
| matrix_transform.c | ||
| physical_layouts.c | ||
| pm.c | ||
| rgb_underglow.c | ||
| sensors.c | ||
| stdlib.c | ||
| usb.c | ||
| usb_hid.c | ||
| workqueue.c | ||
| wpm.c | ||