zmk/app/boards/shields/redox/redox_left.overlay
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

19 lines
410 B
Text

/*
* Copyright (c) 2021 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include "redox.dtsi"
&kscan0 {
col-gpios
= <&pro_micro_a 2 GPIO_ACTIVE_HIGH>
, <&pro_micro_a 1 GPIO_ACTIVE_HIGH>
, <&pro_micro_a 0 GPIO_ACTIVE_HIGH>
, <&pro_micro_d 15 GPIO_ACTIVE_HIGH>
, <&pro_micro_d 14 GPIO_ACTIVE_HIGH>
, <&pro_micro_d 16 GPIO_ACTIVE_HIGH>
, <&pro_micro_d 10 GPIO_ACTIVE_HIGH>
;
};