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
/
tests
Age
Commit message (
Expand
)
Author
2021-05-09
fix(behaviors): Fix sticky keys quick-release for normal keypresses
Okke Formsma
2021-03-11
fix(combos): Fix stuck keys when pressing long combos.
Okke Formsma
2021-02-24
feature(hold-tap): no-hold-flash for retro taps
Okke Formsma
2021-02-24
feature(hold-tap): Retro tapping
Okke Formsma
2021-02-24
refactor(hold-tap): pretty print decision_moment
Okke Formsma
2021-02-24
refactor(hold-tap): split hold state into interrupt and timer
Okke Formsma
2021-02-10
style(hold-tap)!: Write hold-tap params with dashes
Okke Formsma
2021-02-03
Feat combo layers (#661)
KemoNine
2021-02-02
behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD)
Okke Formsma
2021-01-28
feature(sticky_keys): add quick-release
Okke Formsma
2021-01-25
fix(behaviors): Updated grsec snapshots for new log format.
Pete Johanson
2021-01-24
feature(modifiers): add explicit modifiers
Okke Formsma
2021-01-23
feat: Add WPM calculator and display widget
Ally Parker
2021-01-22
feat(grave-escape): implement grave-escape
Okke Formsma
2021-01-13
feat(combos): initial implementation
Okke Formsma
2020-12-29
(feature) Add &to keycode/behavior (#489)
KemoNine
2020-12-28
refactor: replace filename hyphens with underscores
innovaker
2020-12-28
chore(tests): remove useless &cp test
Okke Formsma
2020-12-06
fix(sticky keys): fix tapping-sticky-keys bug.
Okke Formsma
2020-11-29
bugfix(sticky keys): release active sticky keys properly
Okke Formsma
2020-11-28
feat(sticky keys): initial implementation
Okke Formsma
2020-11-16
fix momentary layer bug when top layer is not &trans
Okke Formsma
2020-11-05
refactor(keys): Unify usage page.
Pete Johanson
2020-11-03
test: Replace superseded key names in test keymaps
innovaker
2020-11-03
initial implementation for modifiers
Okke Formsma
2020-10-10
Add timestamps to position and behavior events (#147)
Okke Formsma
2020-09-08
fix(tests): pending tests pass now
Cody McGinnis
2020-09-02
some fixes based on feedback
Okke Formsma
2020-09-02
rename tests
Okke Formsma
2020-09-01
Initial implementation of hold-tap
Okke Formsma
2020-08-28
feat(tests): allow tests to be marked as pending
Cody McGinnis
2020-08-28
fix(docs): move testing docs to website docs
Cody McGinnis
2020-08-28
feat(test): create simple docs for creating tests
Cody McGinnis
2020-08-28
feat(test): add testing for transparent
Cody McGinnis
2020-08-28
feat(test): add tests for toggle layer
Cody McGinnis
2020-08-28
feat(test): add tests for none behavior
Cody McGinnis
2020-08-28
fix(test): fix normal momentary-layer test snapshot
Cody McGinnis
2020-08-28
fix(test): use a smaller value for mock key intervals
Cody McGinnis
2020-08-28
feat(test): add tests for momentary layers
Cody McGinnis
2020-08-28
fix(test): change the layout
Cody McGinnis