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

15 lines
160 B
Plaintext
Raw Normal View History

2020-07-16 20:41:55 -07:00
2020-07-17 20:02:00 -07:00
if SHIELD_LILY58_LEFT
2020-07-16 20:41:55 -07:00
config ZMK_KEYBOARD_NAME
2020-07-17 20:02:00 -07:00
default "Lily58 Left"
endif
if SHIELD_LILY58_RIGHT
config ZMK_KEYBOARD_NAME
default "Lily58 Right"
2020-07-16 20:41:55 -07:00
endif