summaryrefslogtreecommitdiff
path: root/app/drivers/zephyr/Kconfig
AgeCommit message (Collapse)Author
2020-10-26Implement Kconfig and enhance error checksNick
2020-09-25Add support to GPIO matrix driver for matrix polling, rather than ↵Jason Chestnut
interrupt-based IO. - Add ZMK_KSCAN_MATRIX_POLLING config flag to Kconfig - Update matrix driver code to use the above flag to conditionally add the handling code for polling operations.
2020-08-06Encoder Kconfig fixes.Pete Johanson
2020-07-24Tweaks for EC11 config.Pete Johanson
2020-07-20EN11 is actually EC11, some sample work.Pete Johanson
2020-07-19Initial en11 exploration.Pete Johanson
2020-06-24Initial working Clueboard California Macropad w/ proton-c fixesPete Johanson
* 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.
2020-06-08Move Zephyr app into subdirectory.Pete Johanson