added gpio pull downs to row-gpios in overlay file
This commit is contained in:
parent
f8fac8db05
commit
db8c77e979
2 changed files with 5 additions and 5 deletions
|
@ -19,11 +19,11 @@
|
||||||
diode-direction = "col2row";
|
diode-direction = "col2row";
|
||||||
|
|
||||||
row-gpios
|
row-gpios
|
||||||
= <&pro_micro_d 5 GPIO_ACTIVE_HIGH>
|
= <&pro_micro_d 5 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||||
, <&pro_micro_d 6 GPIO_ACTIVE_HIGH>
|
, <&pro_micro_d 6 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||||
, <&pro_micro_d 7 GPIO_ACTIVE_HIGH>
|
, <&pro_micro_d 7 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||||
, <&pro_micro_d 8 GPIO_ACTIVE_HIGH>
|
, <&pro_micro_d 8 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||||
, <&pro_micro_d 9 GPIO_ACTIVE_HIGH>
|
, <&pro_micro_d 9 (GPIO_ACTIVE_HIGH | GPIO_PULL_DOWN)>
|
||||||
;
|
;
|
||||||
|
|
||||||
col-gpios
|
col-gpios
|
||||||
|
|
Binary file not shown.
Loading…
Add table
Reference in a new issue