Files
corax-zmk-config/config/boards/shields/corax/Kconfig.defconfig
Daniel Bauer 65237036af One branch for corax56/corax54 (#12)
* rename corax56 to corax

* rename files

* reformat keymap

* update readme for corax54/56
2024-05-04 10:58:34 +02:00

16 lines
201 B
Plaintext

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