keyboard/keyboards/zmk-config/config/boards/shields/pockettype/pockettype_mdk.overlay

28 lines
414 B
Plaintext

/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
/*
* Copyright (c) 2020 The ZMK Contributors
*
* SPDX-License-Identifier: MIT
*/
#include <dt-bindings/zmk/matrix_transform.h>
/ {
kscan0: kscan {
compatible = "zmk,kscan-gpio-direct";
label = "KSCAN";
input-gpios
= <&gpio1 0 (GPIO_PULL_UP | GPIO_ACTIVE_LOW)>
;
};
};
#include "pockettype_transform.dtsi"