96 Commits (93fbf8dd97bc90e56c6ddee5a933ceca5064297b)

Author SHA1 Message Date
Pete Johanson 2a69f31eb0 refactor(core): Move away from deprecated DT API. 3 years ago
Okke Formsma efa497c69b fix(behaviors): Fix timing of delayed hold-tap trigger 4 years ago
Okke Formsma de4979bf58 fix(behaviors): Fix sticky keys quick-release for normal keypresses 4 years ago
Okke Formsma 32008825fe fix(behaviors): Add missing hold-tap trigger 4 years ago
Okke Formsma 0c1940bb79 feature(hold-tap): no-hold-flash for retro taps 4 years ago
Okke Formsma 89ed816c67 feature(hold-tap): Retro tapping 4 years ago
Okke Formsma 62ae157c0b refactor(hold-tap): improve switch statements 4 years ago
Okke Formsma 9c4c266b17 refactor(hold-tap): pretty print decision_moment 4 years ago
Okke Formsma 0ebf440de8 refactor(hold-tap): create press_binding and release_binding functions 4 years ago
Okke Formsma abc60fc7cb refactor(hold-tap): split hold state into interrupt and timer 4 years ago
Okke Formsma 200c6cabea refactor(hold-tap): use enum for hold-tap status 4 years ago
Okke Formsma 6b7026cdd1 refactor(hold-tap): simplify flavor enum 4 years ago
Okke Formsma af9d6e9b05 style(hold-tap)!: Write hold-tap params with dashes 4 years ago
Pete Johanson 2af794eed3 feat(underglow): Convert HSB changes to absolute. 4 years ago
Pete Johanson e6f168d6df refactor(behaviors): Convert state dependent params. 4 years ago
Pete Johanson bb2c478af9 refactor(rgb): Expose explicit on/off command/API. 4 years ago
Pete Johanson b84d29c384 refactor(core): Use /omit-if-no-ref/ for behaviors. 4 years ago
Okke Formsma 9a7908b632 behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD) 4 years ago
Okke Formsma 4e20bf5de1 refactor(behaviors): simplify hold-taps by not using _TRANSFORM_ENTRY 4 years ago
Okke Formsma 84d19fe79b refactor(behaviors): factor out multiple uses of _TRANSFORM_ENTRY 4 years ago
Okke Formsma c925cf02dd feature(sticky_keys): add quick-release 4 years ago
Okke Formsma 0c30b49063 refactor(modifiers): define is_mods function 4 years ago
Okke Formsma 5eeb310b2f feat(grave-escape): implement grave-escape 4 years ago
Pete Johanson 3368a81057 refactor(core): Combine `is_` and `cast_` event functions. 4 years ago
Pete Johanson 3fe2acc2d1 refactor(core): Extra event payloads to own types, refactor API. 4 years ago
Pete Johanson 003db892ad refactor(core): Extra position state change data struct. 4 years ago
KemoNine 99f932a47d (feat) Allow setting underglow color by key press 4 years ago
Okke Formsma 319ce30270 chore(behavior): use ZMK_BEHAVIOR_OPAQUE in to-layer behavior 4 years ago
Okke Formsma fa07ba9d32 refactor(behaviors): use ZMK_BEHAVIOR_OPAQUE and ZMK_BEHAVIOR_TRANSPARENT 4 years ago
Okke Formsma caa285852a refactor(events): return 'ZMK_EV_EVENT_BUBBLE' instead of magic number 0 4 years ago
KemoNine d207c3c30f
(feature) Add &to keycode/behavior (#489) 4 years ago
innovaker 842aa5a842 refactor: replace filename hyphens with underscores 4 years ago
innovaker 89532eadeb fix(sticky keys): add 0xFF mask to usage_page 4 years ago
Okke Formsma b115f16f4c refactor(sticky keys): use DT_HAS_COMPAT_STATUS_OKAY(DT_DRV_COMPAT) instead of DT_NODE_EXISTS(DT_DRV_INST(0)) 4 years ago
Okke Formsma 1c2796d1c9 refactor(sticky keys): use pointer to avoid repetition in store_sticky_key 4 years ago
Okke Formsma bc8803ba50 refactor(sticky keys): rename ZMK_BHV_STICKY_KEY_POSITION_NOT_USED to ZMK_BHV_STICKY_KEY_POSITION_FREE 4 years ago
Okke Formsma 26af11b390 refactor(sticky keys): rename timer_is_started to timer_started 4 years ago
innovaker 00ca0d2f1c refactor(app): replace `struct device *` with `const struct device *` 4 years ago
innovaker 3d7376d2e5 refactor(app): replace `config_info` with `config` 4 years ago
innovaker bac1f17cf6 refactor(app): replace Zephyr integer types with C99 integer types 4 years ago
Okke Formsma e00eceb508 fix(sticky keys): fix tapping-sticky-keys bug. 4 years ago
Okke Formsma f86e0fff14 fix(sticky keys): always clear sticky key when releasing the behavior 4 years ago
Okke Formsma 2ba16c2f3d fix(sticky keys): use correct timestamp when clearing sticky key in timer 4 years ago
Okke Formsma 37946ff57b fix(sticky keys): simplify timer management 4 years ago
Okke Formsma 3bf770a364 bugfix(sticky keys): release active sticky keys properly 4 years ago
Okke Formsma 76a6d7b4c5 feat(sticky keys): initial implementation 4 years ago
Okke Formsma bee45f9b3a feat(events): add timestamp to keycode_state_changed and sensor_event 4 years ago
Nick 076fcc1f70 fix(underglow): Fix error on release of rgb_ug 4 years ago
Pete Johanson eff1b8223b refactor(keys): Unify usage page. 4 years ago
innovaker d748d8a749 refactor: Replace superseded key names 4 years ago