summaryrefslogtreecommitdiff
path: root/src/endpoints.c
AgeCommit message (Collapse)Author
2020-06-08Move Zephyr app into subdirectory.Pete Johanson
2020-06-02Implement a basic set of consumer page keycodes.Pete Johanson
2020-05-29Refactor where ZMK KConfigs come from.Pete Johanson
2020-05-24Clean up and implement MT release w/o mod press.Pete Johanson
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-18Initial basic modifiers support.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-15BLE Security/Pairing fixes for "Just Works" SC.Pete Johanson
2020-05-15Some initial BEL HoG support.Pete Johanson
2020-05-12Some refactoring to prep for BLE support.Pete Johanson