Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-08 | Move Zephyr app into subdirectory. | Pete Johanson | |
2020-06-02 | Fix for MT keys sending press/release quickly. | Pete Johanson | |
2020-06-02 | Implement a basic set of consumer page keycodes. | Pete Johanson | |
2020-05-24 | Clean up and implement MT release w/o mod press. | Pete Johanson | |
2020-05-24 | Initial exploration of mod tap action. | Pete Johanson | |
2020-05-18 | Refactor 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-16 | Initial passkey entry support. | Pete Johanson | |
2020-05-12 | Some refactoring to prep for BLE support. | Pete Johanson | |
2020-05-11 | Pass pointer to event to user handler. | Pete Johanson | |
* Allow user functions to modify/update the event if they need to. | |||
2020-05-10 | Expanded handler implementation, more key defines. | Pete Johanson | |