summaryrefslogtreecommitdiff
path: root/app/boards/shields/Kconfig.defconfig
diff options
context:
space:
mode:
authorDavid Barr <dpbarr@gmail.com>2020-09-19 10:55:07 +0100
committerGitHub <noreply@github.com>2020-09-19 10:55:07 +0100
commit2855ba75f53554887f6e788736c45b7c818d09ac (patch)
treed845b288fe808e7165577ee8aa72242485203347 /app/boards/shields/Kconfig.defconfig
parent8bad40282b89859766cd28949b48fe34c24371fe (diff)
Actually really working
Ok, both sides work as expected, need to write a keymap.
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
+
+