zmk_mf68/app/boards/shields/cradio/Kconfig.defconfig

12 lines
293 B
Plaintext
Raw Normal View History

2020-09-03 22:20:05 +10:00
config ZMK_KEYBOARD_NAME
2020-10-01 01:20:41 +10:00
default "cradio"
2020-09-03 22:20:05 +10:00
# 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
2020-09-04 07:02:25 +10:00