zmk/app/boards/shields/redox/Kconfig.shield
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

8 lines
219 B
Text

# Copyright (c) 2020 The ZMK Contributors
# SPDX-License-Identifier: MIT
config SHIELD_REDOX_LEFT
def_bool $(shields_list_contains,redox_left)
config SHIELD_REDOX_RIGHT
def_bool $(shields_list_contains,redox_right)