2020-06-25 00:06:35 +10:00
|
|
|
|
|
|
|
if SHIELD_CLUEBOARD_CALIFORNIA
|
|
|
|
|
|
|
|
config ZMK_KEYBOARD_NAME
|
|
|
|
default "Clueboard California Macropad"
|
|
|
|
|
|
|
|
# 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.
|
2020-09-24 06:05:29 +10:00
|
|
|
config ZMK_KSCAN_DIRECT_POLLING
|
2020-06-25 00:06:35 +10:00
|
|
|
default y
|
|
|
|
|
|
|
|
endif
|