You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
297 B
15 lines
297 B
4 years ago
|
|
||
|
|
||
|
|
||
|
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
|
||
|
|
||
|
|