Actually really working
Ok, both sides work as expected, need to write a keymap.
This commit is contained in:
parent
8bad40282b
commit
2855ba75f5
8 changed files with 140 additions and 0 deletions
14
app/boards/shields/Kconfig.defconfig
Normal file
14
app/boards/shields/Kconfig.defconfig
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
|
||||
|
||||
|
||||
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
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue