blob: 0aca38fc786f5a57d4586ecea762b718e41cbbfb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
if SHIELD_CRADIOS
config ZMK_KEYBOARD_NAME
default "cradios"
# 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
endif
|