Add new matrix scan flag and implementation in the gpio matrix driver.

This commit is contained in:
Jason Chestnut
2020-09-24 14:30:47 -04:00
parent 53425aa3c4
commit 5c4705d465
4 changed files with 95 additions and 49 deletions

View File

@@ -11,4 +11,7 @@ config ZMK_KEYBOARD_NAME
config ZMK_USB
default y
config ZMK_KSCAN_MATRIX_POLLING
default y
endif # BOARD_PLANCK_REV6

View File

@@ -8,7 +8,7 @@ config ZMK_KEYBOARD_NAME
# across A & B controllers, and STM32F303CCT6 can't enable
# interrutps for multiple controllers for the same "line"
# for the external interrupts.
config ZMK_KSCAN_GPIO_POLLING
config ZMK_KSCAN_DIRECT_POLLING
default y
endif