mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-04-09 06:45:18 -05:00
* Service for split peripheral to report position state to split central. * Updated advertising info. * Behavior for split BT until we have a proper event system.
11 lines
123 B
Plaintext
11 lines
123 B
Plaintext
|
|
if SHIELD_KYRIA_LEFT || SHIELD_KYRIA_RIGHT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Kyria"
|
|
|
|
config ZMK_SPLIT
|
|
default y
|
|
|
|
endif
|