mirror of https://github.com/zmkfirmware/zmk.git
fix(boards): Enable direct polling for BDN9.
* BDN9 Rev2 requires direct polling, interrupts don't work as expected.
This commit is contained in:
parent
34e1de23fb
commit
35e73d40f5
|
|
@ -11,6 +11,9 @@ CONFIG_FPU=y
|
||||||
# enable GPIO
|
# enable GPIO
|
||||||
CONFIG_GPIO=y
|
CONFIG_GPIO=y
|
||||||
|
|
||||||
|
# Needed for matrix to properly work
|
||||||
|
CONFIG_ZMK_KSCAN_DIRECT_POLLING=y
|
||||||
|
|
||||||
# Enable pinmux
|
# Enable pinmux
|
||||||
CONFIG_PINMUX=y
|
CONFIG_PINMUX=y
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue