Skip to content

Commit

Permalink
fix(boards): Enable direct polling for BDN9.
Browse files Browse the repository at this point in the history
* BDN9 Rev2 requires direct polling,
  interrupts don't work as expected.
  • Loading branch information
petejohanson committed Mar 24, 2022
1 parent 34e1de2 commit 35e73d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/boards/arm/bdn9/bdn9_rev2_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 35e73d4

Please sign in to comment.