diff options
| author | David Barr <dpbarr@gmail.com> | 2020-09-03 13:20:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-03 13:20:05 +0100 |
| commit | 4551d307693dae30802a3f06d5f62fcf3155f8c0 (patch) | |
| tree | 98a1c072f6b25b4ab0f7c395813859cbcf637d4e /app/boards/shields/cradios/Kconfig.defconfig | |
| parent | c8f95dbaa8ec6cc28bc8fabb5726aa75c80c6f89 (diff) | |
ad cradios
Diffstat (limited to 'app/boards/shields/cradios/Kconfig.defconfig')
| -rw-r--r-- | app/boards/shields/cradios/Kconfig.defconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/boards/shields/cradios/Kconfig.defconfig b/app/boards/shields/cradios/Kconfig.defconfig new file mode 100644 index 0000000..0aca38f --- /dev/null +++ b/app/boards/shields/cradios/Kconfig.defconfig @@ -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 |
