innovaker
|
c21897856b
|
refactor(app): Replace HID_EXT_USAGE with HID_USAGE
Simplifies terminology and improves readability.
|
2020-11-10 21:00:20 +00:00 |
|
Pete Johanson
|
eff1b8223b
|
refactor(keys): Unify usage page.
* Remove need for separate `&cp` behavior, but
keep it for now for backward compat.
* Refactor sensor inc/dec as well.
|
2020-11-05 14:55:40 -05:00 |
|
innovaker
|
e925319e4c
|
refactor(hid): Replace deprecated HID usage page references
Deprecate `USAGE_KEYPAD` and replace with `HID_USAGE_KEY`.
Deprecate `USAGE_CONSUMER` and replace with `HID_USAGE_CONSUMER`.
Closes #217.
|
2020-11-03 23:50:54 -05:00 |
|
innovaker
|
3c0a0ff308
|
feat(hid): Add preprocessor definitions for HID usages v1.21
Developed from specification:
https://usb.org/sites/default/files/hut1_21.pdf
Closes #217. Prerequisite of #21.
|
2020-11-03 23:50:54 -05:00 |
|