ebastler
|
c9eb63199a
|
feat(keymaps): add NUHS/NUBS alias for Non-US-Backslash/Non-US-Hash
|
2022-10-17 21:48:19 -04:00 |
|
Shreyas
|
391f80f069
|
feat(hid): Add C_AC_DESKTOP_SHOW_ALL_APPLICATIONS
* support for C_AC_DESKTOP_SHOW_ALL_APPLICATIONS
Co-authored-by: Shreyas Kale <shreyaskale@Shreyass-MacBook-Pro.local>
|
2022-08-22 00:27:47 -04:00 |
|
Stefán Páll Sturluson
|
d7ba7a1bee
|
fix(codes): typo in C_SUBTITLES.
|
2022-05-17 00:29:53 -04:00 |
|
Peter Johanson
|
40d8470664
|
refactor: Handle HID macro/API changes in Zephyr.
|
2022-04-03 00:10:29 -04:00 |
|
Dom H
|
4c1a71551b
|
feat(keys): Add LSHIFT and RSHIFT aliases
Using LSHIFT or RSHIFT instead of LSHFT or RSHFT was a common error.
|
2021-06-08 20:57:40 -04:00 |
|
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
|
c6abdb1890
|
fix(keys): Replace GUI with Application / Context Menu
This was a misrepresentation in the standardized keys that originated in earlier code.
|
2020-11-04 14:31:59 -05:00 |
|
innovaker
|
a65295c2a7
|
feat(keys): Standardize keys
Deprecate superseded names with comments.
Add standardized key names.
Closes #21. Closes #158. Closes #161. Closes #246.
|
2020-11-03 23:50:54 -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 |
|
Pete Johanson
|
a29e041b1f
|
fix: Formatting fix.
|
2020-11-03 00:30:42 -05:00 |
|
Pete Johanson
|
32e7159373
|
refactor(hid): Mod defines in dedicated header.
|
2020-11-03 00:21:20 -05:00 |
|
Okke Formsma
|
4f258efbf1
|
initial implementation for modifiers
https://github.com/zmkfirmware/zmk/issues/86
|
2020-11-03 00:19:37 -05:00 |
|
Dev
|
c68e3d3e42
|
Add missing licensing header
Fixes #205
|
2020-10-02 13:14:31 +05:30 |
|
Pete Johanson
|
191a2d755a
|
chore: clang-format the codebase.
* Use the LLVM style
* Override indent width (8) and column limit (100)
* Fixes #142.
|
2020-09-14 00:10:34 -04:00 |
|
CrossR
|
d848034c81
|
Add keycodes properly.
|
2020-08-21 22:15:27 +01:00 |
|
Nick
|
fbaeb95601
|
Add better default keymap for lily58
|
2020-08-02 20:46:56 -05:00 |
|
Pete Johanson
|
2f1c3dd538
|
Remove unneeded macro.
|
2020-07-29 00:12:35 -04:00 |
|
Nick
|
885176e748
|
Add a few more keys
|
2020-07-26 22:31:11 -05:00 |
|
Nick
|
5bbd20b527
|
Add F keys and print screen
|
2020-07-26 22:23:26 -05:00 |
|
Pete Johanson
|
34ff6190bd
|
Initial behavior for key presses on encoder rotate
|
2020-07-22 14:54:18 -04:00 |
|
Pete Johanson
|
b23a73e488
|
Fix back/forward slash keycodes.
|
2020-06-30 13:34:24 -04:00 |
|
Pete Johanson
|
55cf9db564
|
Fix consumer keys w/ refactored behaviors.
|
2020-06-22 11:06:01 -04:00 |
|
Pete Johanson
|
ec663310c1
|
Clean up after refactor, better HID constants.
|
2020-06-21 22:46:27 -04:00 |
|
Pete Johanson
|
38f1dbd984
|
Move Zephyr app into subdirectory.
|
2020-06-08 21:07:16 -04:00 |
|