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
/
src
/
kscan.c
Age
Commit message (
Expand
)
Author
2022-01-31
fix(split): Add define for local source.
Peter Johanson
2022-01-31
refactor(splits): Use index for event source.
Peter Johanson
2022-01-31
feature(split): behavior locality support.
Pete Johanson
2021-03-10
fix(logging): remove unnecessary newline
Okke Formsma
2021-01-20
refactor(core): Extra event payloads to own types, refactor API.
Pete Johanson
2021-01-20
refactor(core): Extra position state change data struct.
Pete Johanson
2020-12-28
refactor: replace filename hyphens with underscores
innovaker
2020-12-14
refactor(app): replace `struct device *` with `const struct device *`
innovaker
2020-12-14
refactor(app): replace Zephyr integer types with C99 integer types
innovaker
2020-10-10
Add timestamps to position and behavior events (#147)
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
Initial event manager work, and two first events.
Pete Johanson
2020-06-20
Refactor matrix transform, positions pervasively
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
2020-06-08
Move Zephyr app into subdirectory.
Pete Johanson