summaryrefslogtreecommitdiff
path: root/app/boards/shields/Kconfig.defconfig
diff options
context:
space:
mode:
authorPete Johanson <peter@peterjohanson.com>2020-10-15 17:21:23 -0400
committerGitHub <noreply@github.com>2020-10-15 17:21:23 -0400
commited28f5a6a3f984c4026899edd30d4ef3c1cf4ed3 (patch)
tree50c8e82fd8ec488ec6c4bbe61894a268a0797fbf /app/boards/shields/Kconfig.defconfig
parenta1387eb041f01be99243710e7e2edf67451d6dd5 (diff)
parentf7912eb9decc2048c204818defc717a71135edc6 (diff)
Merge pull request #224 from davidphilipbarr/cradio
Cradio
Diffstat (limited to 'app/boards/shields/Kconfig.defconfig')
-rw-r--r--app/boards/shields/Kconfig.defconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/app/boards/shields/Kconfig.defconfig b/app/boards/shields/Kconfig.defconfig
new file mode 100644
index 0000000..5b9ca9a
--- /dev/null
+++ b/app/boards/shields/Kconfig.defconfig
@@ -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
+
+