summaryrefslogtreecommitdiff
path: root/app/boards/shields/cradio/Kconfig.defconfig
diff options
context:
space:
mode:
authorDavid Barr <davidbarr@Davids-iMac.local>2020-09-30 16:20:41 +0100
committerDavid Barr <davidbarr@Davids-iMac.local>2020-09-30 16:20:41 +0100
commita3d0c03726a0bc607d4daab7a90dda57d4ba6a6f (patch)
tree37f2fe6a250c5bea779968226e906702022231f0 /app/boards/shields/cradio/Kconfig.defconfig
parented5d3646fe7596fb40d0b7505f8062cdac6537be (diff)
rename cradios to cradio
Diffstat (limited to 'app/boards/shields/cradio/Kconfig.defconfig')
-rw-r--r--app/boards/shields/cradio/Kconfig.defconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/boards/shields/cradio/Kconfig.defconfig b/app/boards/shields/cradio/Kconfig.defconfig
new file mode 100644
index 0000000..ab38e25
--- /dev/null
+++ b/app/boards/shields/cradio/Kconfig.defconfig
@@ -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
+
+