diff options
Diffstat (limited to 'app/boards/shields/petejohanson_proton_handwire')
-rw-r--r-- | app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay b/app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay index 65753fd..1b27b93 100644 --- a/app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay +++ b/app/boards/shields/petejohanson_proton_handwire/petejohanson_proton_handwire.overlay @@ -9,9 +9,9 @@ label = "KSCAN"; diode-direction = "row2col"; - row-gpios = <&pro_micro_pins 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>, - <&pro_micro_pins 7 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; - col-gpios = <&pro_micro_pins 8 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>, - <&pro_micro_pins 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; + 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)>; }; }; |