fix(boards): Enable direct polling for BDN9.

* BDN9 Rev2 requires direct polling,
  interrupts don't work as expected.
This commit is contained in:
Peter Johanson 2022-03-24 03:51:08 +00:00
parent 34e1de23fb
commit 35e73d40f5
1 changed files with 3 additions and 0 deletions

View File

@ -11,6 +11,9 @@ CONFIG_FPU=y
# enable GPIO
CONFIG_GPIO=y
# Needed for matrix to properly work
CONFIG_ZMK_KSCAN_DIRECT_POLLING=y
# Enable pinmux
CONFIG_PINMUX=y