mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-31 02:15:25 -05:00
19 lines
243 B
Plaintext
19 lines
243 B
Plaintext
|
|
if SHIELD_SPLITREUS62_LEFT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Splitreus62 Left"
|
|
|
|
endif
|
|
|
|
if SHIELD_SPLITREUS62_RIGHT
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
default "Splitreus62 Right"
|
|
|
|
endif
|
|
|
|
if SHIELD_SPLITREUS62_LEFT || SHIELD_SPLITREUS62_RIGHT
|
|
|
|
endif
|