diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-06-24 10:06:35 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-06-24 10:14:27 -0400 |
commit | d35a95c7afc9e5ef6f087034dbf4cbb03048f9cd (patch) | |
tree | cc5b179646d8a293f4656947c463fd58e41499e2 /app/boards/shields/clueboard_california/Kconfig.defconfig | |
parent | 23931aa4fede2d81437a01e5d69329157219c2a5 (diff) |
Initial working Clueboard California Macropad w/ proton-c fixes
* Basic Clueboard Californai Macropad shield definition.
* New "direct" KSCAN driver that supports non-matrix direct
wiring for switches, needed for macropad that doesn't have
a matrix at all.
* Some renames for existing KSCAN GPIO driver to make the implied
"matrix" part explicit.
Diffstat (limited to 'app/boards/shields/clueboard_california/Kconfig.defconfig')
-rw-r--r-- | app/boards/shields/clueboard_california/Kconfig.defconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/boards/shields/clueboard_california/Kconfig.defconfig b/app/boards/shields/clueboard_california/Kconfig.defconfig new file mode 100644 index 0000000..2408f9f --- /dev/null +++ b/app/boards/shields/clueboard_california/Kconfig.defconfig @@ -0,0 +1,14 @@ + +if SHIELD_CLUEBOARD_CALIFORNIA + +config ZMK_KEYBOARD_NAME + default "Clueboard California Macropad" + +# 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 |