zmk/app/boards/arm/dao/dao_right.dts
Dmitry Kupriyanov fa334fe25f more clean up
2023-06-18 10:52:53 +04:00

26 lines
418 B
Text

/*
* Copyright (c) 2023 ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include "dao.dtsi"
&default_transform {
col-offset = <6>;
};
&less_key_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>
;
};