mirror of
https://github.com/zmkfirmware/zmk.git
synced 2026-03-19 20:45:18 -05:00
fix(boards): Enable direct polling for BDN9.
* BDN9 Rev2 requires direct polling, interrupts don't work as expected.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user