ad cradios

This commit is contained in:
David Barr
2020-09-03 13:20:05 +01:00
committed by GitHub
parent c8f95dbaa8
commit 4551d30769
9 changed files with 162 additions and 0 deletions

View File

@@ -0,0 +1,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