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
/
behaviors
Age
Commit message (
Expand
)
Author
2020-12-28
refactor: replace filename hyphens with underscores
innovaker
2020-12-17
fix(sticky keys): add 0xFF mask to usage_page
innovaker
2020-12-15
refactor(sticky keys): use DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) instead o...
Okke Formsma
2020-12-15
refactor(sticky keys): use pointer to avoid repetition in store_sticky_key
Okke Formsma
2020-12-15
refactor(sticky keys): rename ZMK_BHV_STICKY_KEY_POSITION_NOT_USED to ZMK_BHV...
Okke Formsma
2020-12-15
refactor(sticky keys): rename timer_is_started to timer_started
Okke Formsma
2020-12-14
refactor(app): replace `struct device *` with `const struct device *`
innovaker
2020-12-14
refactor(app): replace `config_info` with `config`
innovaker
2020-12-14
refactor(app): replace Zephyr integer types with C99 integer types
innovaker
2020-12-06
fix(sticky keys): fix tapping-sticky-keys bug.
Okke Formsma
2020-12-06
fix(sticky keys): always clear sticky key when releasing the behavior
Okke Formsma
2020-12-06
fix(sticky keys): use correct timestamp when clearing sticky key in timer
Okke Formsma
2020-12-06
fix(sticky keys): simplify timer management
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-28
feat(events): add timestamp to keycode_state_changed and sensor_event
Okke Formsma
2020-11-22
fix(underglow): Fix error on release of rgb_ug
Nick
2020-11-05
refactor(keys): Unify usage page.
Pete Johanson
2020-11-03
refactor: Replace superseded key names
innovaker
2020-11-03
refactor(hid): Replace deprecated HID usage page references
innovaker
2020-11-03
initial implementation for modifiers
Okke Formsma
2020-10-28
feat(endpoints): simplify behavior constants
Joel Spadin
2020-10-28
feat(endpoints): rename behavior to outputs
Joel Spadin
2020-10-28
feat(endpoints): add preferred endpoint setting
Joel Spadin
2020-10-13
Merge pull request #258 from megamind4089/dev/ext-power-behavior
Pete Johanson
2020-10-12
fix: Updated copyright headers to single author file.
Pete Johanson
2020-10-13
Fix compilation errors and minor tweaks
Mega Mind
2020-10-12
Rebased and fixed nasty code
Mega Mind
2020-10-12
Added toggle and removed a param
Mega Mind
2020-10-12
New behavior for ext power control
Mega Mind
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-13
refactor(bluetooth): More concise names.
Pete Johanson
2020-09-13
feat(bluetooth): Add back profiles, split fixes.
Pete Johanson
2020-09-13
fix(bluetooth): Remove identity, minimal `bt`.
Pete Johanson
2020-09-13
feat(bluetooth): Proper bond management, identity support for non-splits
Pete Johanson
2020-09-10
fix: Switch to single AUTHORS file.* Closes #164
Pete Johanson
2020-09-02
fixes for feedback round 2
Okke Formsma
2020-09-02
some fixes based on feedback
Okke Formsma
2020-09-01
Initial implementation of hold-tap
Okke Formsma
2020-08-28
fix(behavior): add logging to toggle layer for tests
Cody McGinnis
2020-08-27
fix(behavior): none should not be transparent
Cody McGinnis
2020-08-23
fix bug in modtap bahavior which cleared the wrong keycode events
Okke Formsma
2020-08-21
feat(behaviors): Add `&bootloader` behavior.
Pete Johanson
2020-08-18
Merge pull request #100 from petejohanson/behaviors/add-none
Pete Johanson
2020-08-18
feat(behaviors): Add &none behavior
Pete Johanson
2020-08-18
fix(keymap): move the toggle layer logic to keymap.c
Cody McGinnis
2020-08-18
feat(keymap): allow users to toggle layers
Cody McGinnis
2020-07-31
Minor cleanup.
Pete Johanson
2020-07-31
Major mod-tap improvements.
Pete Johanson
[next]