diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-09-04 23:35:55 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-04 23:35:55 -0400 |
commit | 9475188869ad4179774c5f324018ca8aceb188df (patch) | |
tree | ff320f4a571163f619d34699e58bdeaa767f7888 /app/boards/shields/iris | |
parent | 94147bfc62edd1c634d03cf0a4a39d7e1944fbbf (diff) | |
parent | 4ce42350e70a7e4f6b9b7ad3b262d0f00f485995 (diff) |
Merge pull request #162 from kurtis-lew/iris
Update iris_right.overlay
Diffstat (limited to 'app/boards/shields/iris')
-rw-r--r-- | app/boards/shields/iris/iris_right.overlay | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/boards/shields/iris/iris_right.overlay b/app/boards/shields/iris/iris_right.overlay index 3f3dcb8..2d5dce8 100644 --- a/app/boards/shields/iris/iris_right.overlay +++ b/app/boards/shields/iris/iris_right.overlay @@ -12,12 +12,12 @@ &kscan0 { col-gpios - = <&pro_micro_a 1 GPIO_ACTIVE_HIGH> - , <&pro_micro_a 0 GPIO_ACTIVE_HIGH> - , <&pro_micro_d 15 GPIO_ACTIVE_HIGH> - , <&pro_micro_d 14 GPIO_ACTIVE_HIGH> + = <&pro_micro_d 10 GPIO_ACTIVE_HIGH> , <&pro_micro_d 16 GPIO_ACTIVE_HIGH> - , <&pro_micro_d 10 GPIO_ACTIVE_HIGH> + , <&pro_micro_d 14 GPIO_ACTIVE_HIGH> + , <&pro_micro_d 15 GPIO_ACTIVE_HIGH> + , <&pro_micro_a 0 GPIO_ACTIVE_HIGH> + , <&pro_micro_a 1 GPIO_ACTIVE_HIGH> ; }; |