Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-14 | chore: clang-format the codebase. | Pete Johanson | |
* Use the LLVM style * Override indent width (8) and column limit (100) * Fixes #142. | |||
2020-09-10 | fix: Switch to single AUTHORS file.* Closes #164 | Pete Johanson | |
2020-09-02 | some fixes based on feedback | Okke Formsma | |
2020-09-01 | Initial implementation of hold-tap | Okke Formsma | |
2020-08-02 | Fix for the right start index for event releases. | Pete Johanson | |
2020-07-31 | Initial stab at mod-tap improvements. | Pete Johanson | |
* Not working: Roll over + mod-tap with multiple mod-tap bindings! | |||
2020-07-30 | Add the ability to capture event and release later | Pete Johanson | |
2020-06-30 | Cleanup, license headers. | Pete Johanson | |
2020-06-30 | Initial event manager work, and two first events. | Pete Johanson | |
* Add initial event manager implementation, roughly mimicking Nordic's API. * Add `position_state_changed` and `keycode_state_changed` events. * Hook up HID and keymap to new events instead of using behaviour global event crazy. |