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>
24 lines
277 B
Text
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
|