|
|
@ -28,11 +28,11 @@ RC(4,0) RC(4,1) RC(4,2) RC(4,3) RC(4,4) RC(4,5) RC(4,6) RC(4,7) RC(4,8) RC(4 |
|
|
|
|
|
|
|
|
|
|
|
diode-direction = "row2col"; |
|
|
|
diode-direction = "row2col"; |
|
|
|
row-gpios |
|
|
|
row-gpios |
|
|
|
= <&pro_micro 2 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // Row A from the schematic file |
|
|
|
= <&pro_micro 2 GPIO_ACTIVE_HIGH> // Row A from the schematic file |
|
|
|
, <&pro_micro 3 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // Row B from the schematic file |
|
|
|
, <&pro_micro 3 GPIO_ACTIVE_HIGH> // Row B from the schematic file |
|
|
|
, <&pro_micro 4 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // Row C from the schematic file |
|
|
|
, <&pro_micro 4 GPIO_ACTIVE_HIGH> // Row C from the schematic file |
|
|
|
, <&pro_micro 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // Row D from the schematic file |
|
|
|
, <&pro_micro 5 GPIO_ACTIVE_HIGH> // Row D from the schematic file |
|
|
|
, <&pro_micro 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)> // Row E from the schematic file |
|
|
|
, <&pro_micro 6 GPIO_ACTIVE_HIGH> // Row E from the schematic file |
|
|
|
; |
|
|
|
; |
|
|
|
|
|
|
|
|
|
|
|
}; |
|
|
|
}; |
|
|
|