Skip to content

Commit

Permalink
Updated to use xiao_d
Browse files Browse the repository at this point in the history
  • Loading branch information
wyemun committed Oct 3, 2024
1 parent bb01e4e commit 5863744
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions config/boards/shields/corne/corne_left.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
&kscan0 {
col-gpios
= <&gpio0 10 GPIO_ACTIVE_HIGH> //Col0
, <&gpio1 15 GPIO_ACTIVE_HIGH> //Col1
, <&gpio1 14 GPIO_ACTIVE_HIGH> //Col2
, <&gpio1 13 GPIO_ACTIVE_HIGH> //Col3
, <&gpio1 12 GPIO_ACTIVE_HIGH> //Col4
, <&gpio1 11 GPIO_ACTIVE_HIGH> //Col5
, <&xiao_d 10 GPIO_ACTIVE_HIGH> //Col1
, <&xiao_d 9 GPIO_ACTIVE_HIGH> //Col2
, <&xiao_d 8 GPIO_ACTIVE_HIGH> //Col3
, <&xiao_d 7 GPIO_ACTIVE_HIGH> //Col4
, <&xiao_d 6 GPIO_ACTIVE_HIGH> //Col5
;
};
10 changes: 5 additions & 5 deletions config/boards/shields/corne/corne_peripheral_left.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
&kscan0 {
col-gpios
= <&gpio0 10 GPIO_ACTIVE_HIGH> //Col0
, <&gpio1 15 GPIO_ACTIVE_HIGH> //Col1
, <&gpio1 14 GPIO_ACTIVE_HIGH> //Col2
, <&gpio1 13 GPIO_ACTIVE_HIGH> //Col3
, <&gpio1 12 GPIO_ACTIVE_HIGH> //Col4
, <&gpio1 11 GPIO_ACTIVE_HIGH> //Col5
, <&xiao_d 10 GPIO_ACTIVE_HIGH> //Col1
, <&xiao_d 9 GPIO_ACTIVE_HIGH> //Col2
, <&xiao_d 8 GPIO_ACTIVE_HIGH> //Col3
, <&xiao_d 7 GPIO_ACTIVE_HIGH> //Col4
, <&xiao_d 6 GPIO_ACTIVE_HIGH> //Col5
;
};

0 comments on commit 5863744

Please sign in to comment.