Added Iris Shield
This commit is contained in:
parent
c80b0a754b
commit
081ae84d0e
9 changed files with 181 additions and 0 deletions
14
app/boards/shields/iris/Kconfig.defconfig
Normal file
14
app/boards/shields/iris/Kconfig.defconfig
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
if SHIELD_IRIS_LEFT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "Iris Left"
|
||||
|
||||
endif
|
||||
|
||||
if SHIELD_IRIS_RIGHT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "Iris Right"
|
||||
|
||||
endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue