diff options
Diffstat (limited to 'app/boards/shields/cradio/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/cradio/Kconfig.defconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app/boards/shields/cradio/Kconfig.defconfig b/app/boards/shields/cradio/Kconfig.defconfig new file mode 100644 index 0000000..ab38e25 --- /dev/null +++ b/app/boards/shields/cradio/Kconfig.defconfig @@ -0,0 +1,11 @@ +config ZMK_KEYBOARD_NAME + default "cradio" + +# Unable to use interrupts as the same pin number is used +# 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 + default y + + |