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
/
src
/
hid_listener.c
Age
Commit message (
Expand
)
Author
2021-01-24
feature(modifiers): add explicit modifiers
Okke Formsma
2021-01-24
refactor(hid_listener): pass event struct instead of parameters
Okke Formsma
2021-01-20
refactor(core): Combine `is_` and `cast_` event functions.
Pete Johanson
2021-01-20
refactor(core): Extra event payloads to own types, refactor API.
Pete Johanson
2021-01-15
refactor(core): define usage page as uint16_t
innovaker
2020-12-28
refactor(app): replace zmk_mod_flags with zmk_mod_flags_t
innovaker
2020-12-28
refactor: replace filename hyphens with underscores
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-03
refactor(hid): Replace deprecated HID usage page references
innovaker
2020-11-03
initial implementation for modifiers
Okke Formsma
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-30
Lots of cleanup of old events/behavior mash.
Pete Johanson