Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-28 | refactor(app): replace zmk_key with zmk_key_t | innovaker | |
Aligns with typedef _t convention. PR: #531 | |||
2020-11-22 | refactor(hid): replace `kp_report` with `keyboard_report` | innovaker | |
Aligns with other existing conventions. | |||
2020-11-21 | refactor: 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-11-10 | refactor(app): Remove obsolete include's of `hid_usage_pages.h` | innovaker | |
This should've been done in eff1b8223b5010d526914530c5d1d469eff356df. | |||
2020-11-05 | refactor(keys): Unify usage page. | Pete Johanson | |
* Remove need for separate `&cp` behavior, but keep it for now for backward compat. * Refactor sensor inc/dec as well. | |||
2020-11-03 | refactor: Replace superseded key names | innovaker | |
Replace deprecated key names (LCTL, NUM_0, NUM_1). Replace abbreviated names with fully qualified names (LCTL, RGUI, NUM_0, NUM_1). Follow-up to #21. | |||
2020-11-03 | refactor(hid): Mod defines in dedicated header. | Pete Johanson | |
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 | |