rename cradios to cradio
This commit is contained in:
parent
ed5d3646fe
commit
a3d0c03726
19 changed files with 6 additions and 141 deletions
11
app/boards/shields/cradio/Kconfig.defconfig
Normal file
11
app/boards/shields/cradio/Kconfig.defconfig
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
config ZMK_KEYBOARD_NAME
|
||||
default "cradio"
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue