Browse Source

fix(boards): Fix key position 4 flakiness w/ RGB

* Remove MISO pin from pinctrl for BDN9 rev2 board, to avoid
  the 4th switch being set up for an alternate function, which
  was causing spurious key press events to be triggered.
xmkb
Peter Johanson 2 years ago
parent
commit
41dc774848
  1. 2
      app/boards/arm/bdn9/bdn9_rev2.dts

2
app/boards/arm/bdn9/bdn9_rev2.dts

@ -72,7 +72,7 @@ @@ -72,7 +72,7 @@
&spi2 {
status = "okay";
pinctrl-0 = <&spi2_sck_pb13 &spi2_miso_pb14 &spi2_mosi_pb15>;
pinctrl-0 = <&spi2_sck_pb13 &spi2_mosi_pb15>;
pinctrl-names = "default";
led_strip: ws2812@0 {

Loading…
Cancel
Save