index
:
zmk.git
core/peripheral-behavior-invocation
main
master
ZMK Bluetooth keyboard firmware.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
include
/
zmk
/
hid.h
Age
Commit message (
Expand
)
Author
2021-01-22
feat(grave-escape): implement grave-escape
Okke Formsma
2020-12-28
refactor(app): replace zmk_mod_flags with zmk_mod_flags_t
innovaker
2020-12-28
refactor(app): replace zmk_mod with zmk_mod_t
innovaker
2020-12-28
refactor(app): replace zmk_key with zmk_key_t
innovaker
2020-12-14
refactor(app): replace Zephyr integer types with C99 integer types
innovaker
2020-11-21
refactor: change `keypad` to `keyboard`
innovaker
2020-11-20
refactor(hid): Replace modifier usage values with their cpp definitions
innovaker
2020-11-06
refactor(hid): Replace `0x01` with `HID_USAGE_CONSUMER_CONSUMER_CONTROL`
innovaker
2020-11-03
feat(hid): Enhance consumer report to support higher codes
innovaker
2020-11-03
refactor(hid): Replace Zephyr usages with ZMK usages in HID reports
innovaker
2020-11-03
initial implementation for modifiers
Okke Formsma
2020-10-31
Merge pull request #269 from joelspadin/endpoint-selection
Pete Johanson
2020-10-28
feat(endpoints): clear HID report on endpoint change
Joel Spadin
2020-10-27
feat(hid): Make keypad report boot friendly
innovaker
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
2020-09-14
chore: clang-format the codebase.
Pete Johanson
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