248 Commits (efcc49f23dba0fa896c5cc0603e3fc9c664af166)

Author SHA1 Message Date
Okke Formsma de4979bf58 fix(behaviors): Fix sticky keys quick-release for normal keypresses 3 years ago
Okke Formsma 0df7110058 fix(combos): Fix stuck keys when pressing long combos. 3 years ago
Okke Formsma 8ebe0cd0c8 refactor(core): make the event manager a bit easier to read 3 years ago
Okke Formsma c01243d1c6 fix(logging): remove unnecessary newline 3 years ago
JP Bonn c643f1cd96 added battery.h, last_state_of_charge to uint8_t 3 years ago
JP Bonn b8a8ecd59d fixed order of setting state_of_charge 3 years ago
JP Bonn df4ec51f96 only send zmk_battery_state_changed on change 3 years ago
Okke Formsma 32008825fe fix(behaviors): Add missing hold-tap trigger 3 years ago
Okke Formsma 0c1940bb79 feature(hold-tap): no-hold-flash for retro taps 3 years ago
Okke Formsma 89ed816c67 feature(hold-tap): Retro tapping 3 years ago
Okke Formsma 62ae157c0b refactor(hold-tap): improve switch statements 3 years ago
Okke Formsma 9c4c266b17 refactor(hold-tap): pretty print decision_moment 3 years ago
Okke Formsma 0ebf440de8 refactor(hold-tap): create press_binding and release_binding functions 3 years ago
Okke Formsma abc60fc7cb refactor(hold-tap): split hold state into interrupt and timer 3 years ago
Okke Formsma 200c6cabea refactor(hold-tap): use enum for hold-tap status 3 years ago
Okke Formsma 6b7026cdd1 refactor(hold-tap): simplify flavor enum 3 years ago
Nick Winans 57661362ea refactor(ext-power): Add init-delay-ms option 3 years ago
Nick Winans b43fb8502e fix(ext-power): Initialize as soon as settings are available 3 years ago
Pete Johanson ff7891c097 fix(display): Check for display in idle handler. 3 years ago
Okke Formsma af9d6e9b05 style(hold-tap)!: Write hold-tap params with dashes 3 years ago
Pete Johanson 2af794eed3 feat(underglow): Convert HSB changes to absolute. 3 years ago
Pete Johanson e6f168d6df refactor(behaviors): Convert state dependent params. 3 years ago
Pete Johanson bb2c478af9 refactor(rgb): Expose explicit on/off command/API. 3 years ago
Pete Johanson b84d29c384 refactor(core): Use /omit-if-no-ref/ for behaviors. 3 years ago
KemoNine cd503ed17b
Feat combo layers (#661) 3 years ago
Okke Formsma 9a7908b632 behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD) 3 years ago
Nick Winans 82173f354e fix(core): Assert BLE device name is correct length 3 years ago
Okke Formsma 4e20bf5de1 refactor(behaviors): simplify hold-taps by not using _TRANSFORM_ENTRY 3 years ago
Okke Formsma 84d19fe79b refactor(behaviors): factor out multiple uses of _TRANSFORM_ENTRY 3 years ago
Jeff Rizzo 4f040fecdf Add a missing log_strdup() 3 years ago
Okke Formsma c925cf02dd feature(sticky_keys): add quick-release 3 years ago
Okke Formsma 7b7701ae90 feature(modifiers): add explicit modifiers 3 years ago
Okke Formsma 0c30b49063 refactor(modifiers): define is_mods function 3 years ago
Okke Formsma df4a5c8613 refactor(hid_listener): pass event struct instead of parameters 3 years ago
Ally Parker a4aaa73f06 feat: Add WPM calculator and display widget 3 years ago
Okke Formsma 5eeb310b2f feat(grave-escape): implement grave-escape 3 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
Pete Johanson 65e476df3e fix(splits): Send pos notify from dedicated thread 4 years ago
Pete Johanson c11759bc79 fix(hid): Clear all matching usages, not just first. 4 years ago
Pete Johanson a0c32bb47e fix(bluetooth): improve LE param update logging 4 years ago
Pete Johanson a5c39dfa76 fix(ble): Perform GATT notifies from dedicated queue. 4 years ago
Pete Johanson 4aa78a6f8d fix(split): Use queue/work for peripheral events. 4 years ago
innovaker 1d18900a99 refactor(core): define usage page as uint16_t 4 years ago
Okke Formsma feb0d5b90c feat(combos): initial implementation 4 years ago
KemoNine 6345bd5468 Remove setting the animation/effect when setting hsv ; some of the effects like glowing will use the hsv color specified 4 years ago
KemoNine 99f932a47d (feat) Allow setting underglow color by key press 4 years ago
Pete Johanson 992cee1bac feat(display): Show layer label in widget. 4 years ago
Pete Johanson a55b1397c9 feat(keymap): API for retrieving label for a layer 4 years ago