set pins for nice!nano
This commit is contained in:
parent
d2f86d241e
commit
619ad86770
1 changed files with 5 additions and 5 deletions
|
|
@ -14,15 +14,15 @@
|
||||||
diode-direction = "col2row";
|
diode-direction = "col2row";
|
||||||
|
|
||||||
col-gpios
|
col-gpios
|
||||||
= <&gpio0 0 GPIO_ACTIVE_HIGH>
|
= <&gpio0 31 GPIO_ACTIVE_HIGH>
|
||||||
, <&gpio0 1 GPIO_ACTIVE_HIGH>
|
, <&gpio0 29 GPIO_ACTIVE_HIGH>
|
||||||
, <&gpio0 2 GPIO_ACTIVE_HIGH>
|
, <&gpio0 2 GPIO_ACTIVE_HIGH>
|
||||||
;
|
;
|
||||||
|
|
||||||
row-gpios
|
row-gpios
|
||||||
= <&gpio0 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
= <&gpio1 15 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||||
, <&gpio0 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
, <&gpio1 13 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||||
, <&gpio0 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
, <&gpio1 11 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||||
;
|
;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue