From a63a773983e8e575778ba2e3b326b3f2e63ce26e Mon Sep 17 00:00:00 2001 From: Pete Johanson Date: Tue, 5 May 2020 16:09:05 -0400 Subject: Get *basic* USB report sending working. --- .../petejohanson_handwire/petejohanson_handwire.overlay | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'boards/shields') diff --git a/boards/shields/petejohanson_handwire/petejohanson_handwire.overlay b/boards/shields/petejohanson_handwire/petejohanson_handwire.overlay index 222762e..3a777a6 100644 --- a/boards/shields/petejohanson_handwire/petejohanson_handwire.overlay +++ b/boards/shields/petejohanson_handwire/petejohanson_handwire.overlay @@ -1,3 +1,4 @@ +#include / { chosen { @@ -9,17 +10,17 @@ default: layer_0 { label = "Default"; - keys = <10 2 3 8>; + keys = ; }; lower: layer_1 { - label = "Default"; - keys = <9 2 3 5>; + label = "Lower"; + keys = ; }; raise: layer_2 { - label = "Default"; - keys = <8 1 2 3>; + label = "Raise"; + keys = ; }; }; @@ -34,6 +35,7 @@ compatible = "gpio-kscan"; label = "Handwired GPIO KSCAN matrix"; + diode-direction = "row2col"; row-gpios = <&arduino_header 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>, <&arduino_header 10 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; col-gpios = <&arduino_header 13 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>, -- cgit v1.2.3