Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-06 | refactor(hid): Replace `0x01` with `HID_USAGE_CONSUMER_CONSUMER_CONTROL` | innovaker | |
This should've changed alongside: 711658206f86fc6af35be7d104243dfcf857f194 | |||
2020-11-03 | feat(hid): Enhance consumer report to support higher codes | innovaker | |
Switch from single byte to double byte usages. Allow the entire 0x0C page for future compatibility. Closes #234. Co-requisite of #21. | |||
2020-11-03 | refactor(hid): Replace Zephyr usages with ZMK usages in HID reports | innovaker | |
Replace `USAGE_GEN_DESKTOP` with `HID_USAGE_GD`. Replace `USAGE_GEN_DESKTOP_KEYBOARD` with `HID_USAGE_GD_KEYBOARD`. Replace `USAGE_GEN_DESKTOP_KEYPAD` with `HID_USAGE_KEY`. Replace `0x0C` with `HID_USAGE_CONSUMER`. Closes #217. | |||
2020-11-03 | initial implementation for modifiers | Okke Formsma | |
https://github.com/zmkfirmware/zmk/issues/86 | |||
2020-10-31 | Merge pull request #269 from joelspadin/endpoint-selection | Pete Johanson | |
feat: only send HID reports to one endpoint | |||
2020-10-28 | feat(endpoints): clear HID report on endpoint change | Joel Spadin | |
This prevents stuck keys when switching endpoints by clearing everything in the HID report and sending one last report before switching to the new endpoint. | |||
2020-10-27 | feat(hid): Make keypad report boot friendly | innovaker | |
Add missing byte to make keypad report boot friendly. | |||
2020-10-27 | refactor(hid): Refactor consumer report to a configurable size | innovaker | |
2020-10-27 | refactor(hid): Refactor keypad report to use a configurable integer array | innovaker | |
Replace NKRO bit array with configurable integer (DV) array. | |||
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-06-22 | Fix consumer keys w/ refactored behaviors. | Pete Johanson | |
2020-06-21 | Clean up after refactor, better HID constants. | Pete Johanson | |
2020-06-08 | Move Zephyr app into subdirectory. | Pete Johanson | |