zmk/app/boards/arm/dao/dao_right.dts

26 lines
420 B
Text

/*
* Copyright (c) 2023 ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include "dao.dtsi"
&default_transform {
col-offset = <6>;
};
&extra_keys_transform {
col-offset = <6>;
};
&kscan0 {
col-gpios
= <&gpio0 12 GPIO_ACTIVE_HIGH>
, <&gpio1 9 GPIO_ACTIVE_HIGH>
, <&gpio0 8 GPIO_ACTIVE_HIGH>
, <&gpio0 13 GPIO_ACTIVE_HIGH>
, <&gpio0 15 GPIO_ACTIVE_HIGH>
, <&gpio0 20 GPIO_ACTIVE_HIGH>
;
};