summaryrefslogtreecommitdiff
path: root/app/include/zmk/hid.h
AgeCommit message (Expand)Author
2020-11-06refactor(hid): Replace `0x01` with `HID_USAGE_CONSUMER_CONSUMER_CONTROL`innovaker
2020-11-03feat(hid): Enhance consumer report to support higher codesinnovaker
2020-11-03refactor(hid): Replace Zephyr usages with ZMK usages in HID reportsinnovaker
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