forked from kofal.net/zmk
Jian shield
This commit is contained in:
23
app/boards/shields/jian/Kconfig.defconfig
Normal file
23
app/boards/shields/jian/Kconfig.defconfig
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
if SHIELD_JIAN_LEFT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "Jian Left"
|
||||
|
||||
endif
|
||||
|
||||
|
||||
if SHIELD_JIAN_RIGHT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "Jian Right"
|
||||
|
||||
endif
|
||||
|
||||
if SHIELD_JIAN_LEFT || SHIELD_JIAN_RIGHT
|
||||
|
||||
config ZMK_SPLIT
|
||||
default y
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user