zmk/app/boards/shields/redox/Kconfig.defconfig
Nikos Nikoleris eb16c41530 feat(shields): add redox shield
Tested on my redox build.

Keymap is same as the original redox with the exception of the mouse
keys in the NAV layer which are not supported by zmk and the addition
of the bluetooth control keys in the ADJ layer.

Signed-off-by: Nikos Nikoleris <nikos.nikoleris@gmail.com>
2021-05-03 15:26:21 +01:00

24 lines
277 B
Text

if SHIELD_REDOX_LEFT
config ZMK_KEYBOARD_NAME
default "Redox"
config ZMK_SPLIT_BLE_ROLE_CENTRAL
default y
endif
if SHIELD_REDOX_RIGHT
config ZMK_KEYBOARD_NAME
default "Redox Right"
endif
if SHIELD_REDOX_LEFT || SHIELD_REDOX_RIGHT
config ZMK_SPLIT
default y
endif