mirror of
https://github.com/dnlbauer/zmk-keyboards-corax.git
synced 2026-09-10 22:35:29 +00:00
feat: initial commit of corax module
This commit is contained in:
15
boards/shields/corax/Kconfig.defconfig
Normal file
15
boards/shields/corax/Kconfig.defconfig
Normal file
@@ -0,0 +1,15 @@
|
||||
if SHIELD_CORAX_LEFT
|
||||
|
||||
config ZMK_KEYBOARD_NAME
|
||||
default "Corax"
|
||||
|
||||
config ZMK_SPLIT_ROLE_CENTRAL
|
||||
default y
|
||||
endif
|
||||
|
||||
if SHIELD_CORAX_LEFT || SHIELD_CORAX_RIGHT
|
||||
|
||||
config ZMK_SPLIT
|
||||
default y
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user