summaryrefslogtreecommitdiff
path: root/app/src/hid.c
AgeCommit message (Expand)Author
2021-01-24feature(modifiers): add explicit modifiersOkke Formsma
2021-01-22feat(grave-escape): implement grave-escapeOkke Formsma
2021-01-15fix(hid): Clear all matching usages, not just first.Pete Johanson
2020-12-28refactor(app): replace zmk_mod_flags with zmk_mod_flags_tinnovaker
2020-12-28refactor(app): replace zmk_mod with zmk_mod_tinnovaker
2020-12-28refactor(app): replace zmk_key with zmk_key_tinnovaker
2020-11-22refactor(hid): replace `kp_report` with `keyboard_report`innovaker
2020-11-21refactor: change `keypad` to `keyboard`innovaker
2020-11-10refactor(app): Remove obsolete include's of `hid_usage_pages.h`innovaker
2020-11-05refactor(keys): Unify usage page.Pete Johanson
2020-11-03refactor: Replace superseded key namesinnovaker
2020-11-03refactor(hid): Mod defines in dedicated header.Pete Johanson
2020-11-03initial implementation for modifiersOkke Formsma
2020-10-31Merge pull request #269 from joelspadin/endpoint-selectionPete Johanson
2020-10-28feat(endpoints): clear HID report on endpoint changeJoel Spadin
2020-10-27feat(hid): Make keypad report boot friendlyinnovaker
2020-10-27refactor(hid): Refactor consumer report to a configurable sizeinnovaker
2020-10-27refactor(hid): Refactor keypad report to use a configurable integer arrayinnovaker
2020-09-14chore: clang-format the codebase.Pete Johanson
2020-09-10fix: Switch to single AUTHORS file.* Closes #164Pete Johanson
2020-06-22Fix consumer keys w/ refactored behaviors.Pete Johanson
2020-06-21Clean up after refactor, better HID constants.Pete Johanson
2020-06-08Move Zephyr app into subdirectory.Pete Johanson