From a3d0c03726a0bc607d4daab7a90dda57d4ba6a6f Mon Sep 17 00:00:00 2001 From: David Barr Date: Wed, 30 Sep 2020 16:20:41 +0100 Subject: rename cradios to cradio --- app/boards/shields/cradio/Kconfig.defconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 app/boards/shields/cradio/Kconfig.defconfig (limited to 'app/boards/shields/cradio/Kconfig.defconfig') 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 + + -- cgit v1.2.3