forked from kofal.net/zmk
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.
This commit is contained in:
14
app/boards/shields/clueboard_california/Kconfig.defconfig
Normal file
14
app/boards/shields/clueboard_california/Kconfig.defconfig
Normal file
@@ -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
|
||||
Reference in New Issue
Block a user