diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-25 23:21:53 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-25 23:21:53 -0400 |
commit | 2ff217d39e33ec746559f75ddd7fd020f45f1c3e (patch) | |
tree | 1d1bd0809c6a452c8367ea1e289dbc084223fd32 /app/boards/shields/petejohanson_proton_handwire | |
parent | c32c25d3c034df1bf4798052e8c71289c7dc0a87 (diff) |
Refactor ProMicro to a/d connector.
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)>; }; }; |