zmkfirmware / zmk

ZMK Firmware Repository
https://zmk.dev/
MIT License
2.48k stars 2.56k forks source link

fix(boards): Fix pulls on ZMK uno toggle switch #2291

Closed ReFil closed 2 months ago

ReFil commented 2 months ago

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.

AFAIK there are no other upstream board using toggle-mode; where this needs to be corrected