2020-06-24 07:06:35 -07:00
|
|
|
|
|
|
|
if SHIELD_CLUEBOARD_CALIFORNIA
|
|
|
|
|
|
|
|
config ZMK_KEYBOARD_NAME
|
2023-04-22 21:25:56 -07:00
|
|
|
default "Clueboard California Macropad"
|
2020-06-24 07:06:35 -07: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.
|
2020-09-23 13:05:29 -07:00
|
|
|
config ZMK_KSCAN_DIRECT_POLLING
|
2023-04-22 21:25:56 -07:00
|
|
|
default y
|
2020-06-24 07:06:35 -07:00
|
|
|
|
|
|
|
endif
|