21 lines
389 B
Text
21 lines
389 B
Text
/*
|
|
* Copyright (c) 2022 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#include "totem.dtsi"
|
|
|
|
&default_transform {
|
|
col-offset = <5>;
|
|
};
|
|
|
|
&kscan0 {
|
|
col-gpios
|
|
= <&xiao_d 8 GPIO_ACTIVE_HIGH>
|
|
, <&xiao_d 9 GPIO_ACTIVE_HIGH>
|
|
, <&xiao_d 10 GPIO_ACTIVE_HIGH>
|
|
, <&xiao_d 5 GPIO_ACTIVE_HIGH>
|
|
, <&xiao_d 4 GPIO_ACTIVE_HIGH>
|
|
;
|
|
};
|