17 lines
302 B
Plaintext
17 lines
302 B
Plaintext
/*
|
|
* Copyright (c) 2022 The ZMK Contributors
|
|
*
|
|
* SPDX-License-Identifier: MIT
|
|
*/
|
|
|
|
#include "totem.dtsi"
|
|
|
|
&kscan0 {
|
|
row-gpios
|
|
= <&xiao_d 0 GPIO_ACTIVE_HIGH>
|
|
, <&xiao_d 1 GPIO_ACTIVE_HIGH>
|
|
, <&xiao_d 2 GPIO_ACTIVE_HIGH>
|
|
, <&xiao_d 3 GPIO_ACTIVE_HIGH>
|
|
;
|
|
};
|