From f84a41de3e72c022edebc1a3e90df0aa140451e6 Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Fri, 26 Jun 2020 11:38:58 -0400 Subject: Only test w/ Kyria and handwire. --- .../petejohanson_proton_handwire.overlay | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay (limited to 'app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay') diff --git a/app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay b/app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay deleted file mode 100644 index 1b27b93..0000000 --- a/app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay +++ /dev/null @@ -1,17 +0,0 @@ - -/ { - chosen { - zmk,kscan = &kscan0; - }; - - kscan0: kscan { - compatible = "zmk,kscan-gpio-matrix"; - label = "KSCAN"; - - diode-direction = "row2col"; - row-gpios = <&pro_micro_d 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>, - <&pro_micro_d 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - col-gpios = <&pro_micro_d 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>, - <&pro_micro_d 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - }; -}; -- cgit v1.2.3