summaryrefslogtreecommitdiff
path: root/Kconfig
AgeCommit message (Collapse)Author
2020-05-29Refactor where ZMK KConfigs come from.Pete Johanson
2020-05-28Fixes for multiple GPIO kscan devices as expected.Pete Johanson
2020-05-27Initial composite kscan driver.Pete Johanson
* For now, to be used for FrankenKyria, where both matrix halves will be attached to the same MCU, but should be a stepping stone to proper split support once we have a kscan driver over a split transport. * Implement multiple instances for mock kscan driver.
2020-05-24Initial exploration of mod tap action.Pete Johanson
2020-05-24Add a mock kscan driver, working native_posix.Pete Johanson
* Unified logging to one module. * Mock kscan driver that simulates events. * Working native_posix board target for testing.
2020-05-18Move BLE passkey entry behind config flag.Pete Johanson
2020-05-18Refactor build/config/keymaps.Pete Johanson
* Move all headers to `include/zmk` directory. * Update includes to reference them properly. * Add `keymap.c` file from keymap, if found. * Toplevel CONFIG_ZMK_BLE aggregate config setting.
2020-05-12Full NKRO support, fixes for keymap key selection.Pete Johanson
2020-05-01Message queue and work item for process scan events.Pete Johanson
* Prep for using ISR for kscan GPIO, by moving event process into a work item.