mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-25 15:35:18 -05:00
23 lines
237 B
Plaintext
23 lines
237 B
Plaintext
|
|
if SHIELD_KYRIA_LEFT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Kyria Left"
|
|
|
|
endif
|
|
|
|
|
|
if SHIELD_KYRIA_RIGHT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Kyria Right"
|
|
|
|
endif
|
|
|
|
if SHIELD_KYRIA_LEFT || SHIELD_KYRIA_RIGHT
|
|
|
|
config ZMK_SPLIT
|
|
default y
|
|
|
|
endif
|