zmk_mf68/app/boards/shields/lily58/Kconfig.defconfig

15 lines
160 B
Plaintext
Raw Normal View History

2020-07-17 13:41:55 +10:00
2020-07-18 13:02:00 +10:00
if SHIELD_LILY58_LEFT
2020-07-17 13:41:55 +10:00
config ZMK_KEYBOARD_NAME
2020-07-18 13:02:00 +10:00
default "Lily58 Left"
endif
if SHIELD_LILY58_RIGHT
config ZMK_KEYBOARD_NAME
default "Lily58 Right"
2020-07-17 13:41:55 +10:00
endif