fix(boards): Fix pulls on ZMK uno toggle switch
The devicetree pulls always add on to the extra pulls configured by toggle mode, so these should not have pulls defined in the devicetree. Saved ~200uA avg on another board with a 3t toggle switch
This commit is contained in:
parent
af908826cd
commit
2423136788
1 changed files with 3 additions and 3 deletions
|
@ -125,9 +125,9 @@ nice_view_spi: &arduino_spi {
|
|||
toggle-mode;
|
||||
|
||||
input-gpios
|
||||
= <&arduino_header 4 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
||||
, <&arduino_header 3 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
||||
, <&arduino_header 2 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>
|
||||
= <&arduino_header 4 GPIO_ACTIVE_LOW>
|
||||
, <&arduino_header 3 GPIO_ACTIVE_LOW>
|
||||
, <&arduino_header 2 GPIO_ACTIVE_LOW>
|
||||
;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue