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

18 lines
329 B
Text

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