Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-08 | feat(keys): Add LSHIFT and RSHIFT aliases | Dom H | |
Using LSHIFT or RSHIFT instead of LSHFT or RSHFT was a common error. | |||
2020-11-10 | refactor(app): Replace `HID_EXT_USAGE` with `HID_USAGE` | innovaker | |
Simplifies terminology and improves readability. | |||
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-04 | fix(keys): Replace GUI with Application / Context Menu | innovaker | |
This was a misrepresentation in the standardized keys that originated in earlier code. | |||
2020-11-03 | feat(keys): Standardize keys | innovaker | |
Deprecate superseded names with comments. Add standardized key names. Closes #21. Closes #158. Closes #161. Closes #246. | |||
2020-11-03 | refactor(hid): Replace deprecated HID usage page references | innovaker | |
Deprecate `USAGE_KEYPAD` and replace with `HID_USAGE_KEY`. Deprecate `USAGE_CONSUMER` and replace with `HID_USAGE_CONSUMER`. Closes #217. | |||
2020-11-03 | fix: Formatting fix. | Pete Johanson | |
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-02 | Add missing licensing header | Dev | |
Fixes #205 | |||
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-08-21 | Add keycodes properly. | CrossR | |
2020-08-02 | Add better default keymap for lily58 | Nick | |
2020-07-29 | Remove unneeded macro. | Pete Johanson | |
2020-07-26 | Add a few more keys | Nick | |
2020-07-26 | Add F keys and print screen | Nick | |
2020-07-22 | Initial behavior for key presses on encoder rotate | Pete Johanson | |
2020-06-30 | Fix back/forward slash keycodes. | 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 | |