feat(boards): Remove usage of pro_micro_a/d nodes

This commit is contained in:
Nick Winans
2021-07-24 14:19:43 -05:00
committed by Pete Johanson
parent 4a03214e06
commit 687e91ab18
48 changed files with 374 additions and 374 deletions

View File

@@ -18,9 +18,9 @@
diode-direction = "col2row";
col-gpios
= <&pro_micro_a 1 GPIO_ACTIVE_HIGH>
, <&pro_micro_a 2 GPIO_ACTIVE_HIGH>
, <&pro_micro_a 3 GPIO_ACTIVE_HIGH>
= <&pro_micro 19 GPIO_ACTIVE_HIGH>
, <&pro_micro 20 GPIO_ACTIVE_HIGH>
, <&pro_micro 21 GPIO_ACTIVE_HIGH>
;
};