zmk/app/boards/arm/dao/dao_right.dts
Dmitry Kupriyanov 77262f6aef Copyrights
2023-06-18 10:52:53 +04:00

22 lines
373 B
Text

/*
* Copyright (c) 2023 ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include "dao.dtsi"
&default_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>
;
};