set pins for nice!nano

This commit is contained in:
Waylon Walker 2024-07-09 17:56:19 -05:00
parent d2f86d241e
commit 619ad86770
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -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)>
; ;
}; };