Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |