summaryrefslogtreecommitdiff
path: root/app/include/zmk/hog.h
AgeCommit message (Collapse)Author
2020-11-21refactor: change `keypad` to `keyboard`innovaker
The application usage used by report 1 is `HID_USAGE_GD_KEYBOARD`. Moreover, the `keys` usage page (0x07) that primarily feeds into this report is predominantly keyboard codes. The rest of the system should align with this naming convention.
2020-09-10fix: Switch to single AUTHORS file.* Closes #164Pete Johanson
2020-06-08Move Zephyr app into subdirectory.Pete Johanson