index
:
zmk.git
core/peripheral-behavior-invocation
main
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
app
/
include
/
drivers
Age
Commit message (
Expand
)
Author
2021-11-22
feature(split): behavior locality support.
Pete Johanson
2021-02-09
refactor(behaviors): Convert state dependent params.
Pete Johanson
2020-12-14
refactor(app): replace `struct device *` with `const struct device *`
innovaker
2020-12-14
refactor(app): replace `driver_api` with `api`
innovaker
2020-12-14
refactor(app): replace Zephyr integer types with C99 integer types
innovaker
2020-11-28
feat(events): add timestamp to keycode_state_changed and sensor_event
Okke Formsma
2020-10-10
Add timestamps to position and behavior events (#147)
Okke Formsma
2020-10-10
Added driver to control the external power output
Mega Mind
2020-09-14
chore: clang-format the codebase.
Pete Johanson
2020-09-10
fix: Switch to single AUTHORS file.* Closes #164
Pete Johanson
2020-07-22
Initial behavior for key presses on encoder rotate
Pete Johanson
2020-07-22
More sensor keymap work.
Pete Johanson
2020-06-22
Fix consumer keys w/ refactored behaviors.
Pete Johanson
2020-06-21
Refactor global bindings, implement mod-tap.
Pete Johanson
2020-06-20
Lots more pieces toward HID working again.
Pete Johanson
2020-06-19
Some initial work on behavior bindings for keymaps
Pete Johanson