summaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Expand)Author
2021-09-25refactor(display): Saner font selection/defaults.Peter Johanson
2021-09-25refactor(display): Output/layer/battery thread safety.Peter Johanson
2021-09-25feat(display): Optional dedicated work queue.Peter Johanson
2021-09-23fix(hog): use OR instead of AND for bitmapXudong Zheng
2021-09-18fix(hog): encrypt perm for HID report map/ref.Peter Johanson
2021-08-27fix(display): Add proper LVGL label dep.Peter Johanson
2021-08-03fix(display): Update output status on endpoint selection change.Peter Johanson
2021-08-03feat(endpoints): Add endpoint select changed event.Peter Johanson
2021-08-03fix(usb): USB state changes in system thhread.Peter Johanson
2021-08-02fix(power): Manually trigger pm_low_power_devices() before sleepNick Winans
2021-08-02feat(power): Update device power management KconfigNick Winans
2021-07-17fix(display): Avoid fault w/ LVGL API usage.Peter Johanson
2021-07-17refactor(core): Move away from deprecated DT API.Pete Johanson
2021-07-17refactor(core): update power API to Zephyr v2.5.0innovaker
2021-06-13fix(behaviors): Fix timing of delayed hold-tap triggerOkke Formsma
2021-06-08fix(combos): Check each combo key, not just lastJonathan Rascher
2021-06-08fix(ble): Ignore out of range profilesJoel Spadin
2021-05-09fix(behaviors): Fix sticky keys quick-release for normal keypressesOkke Formsma
2021-03-11fix(combos): Fix stuck keys when pressing long combos.Okke Formsma
2021-03-10refactor(core): make the event manager a bit easier to readOkke Formsma
2021-03-10fix(logging): remove unnecessary newlineOkke Formsma
2021-03-10added battery.h, last_state_of_charge to uint8_tJP Bonn
2021-03-10fixed order of setting state_of_chargeJP Bonn
2021-03-10only send zmk_battery_state_changed on changeJP Bonn
2021-02-27fix(behaviors): Add missing hold-tap triggerOkke Formsma
2021-02-24feature(hold-tap): no-hold-flash for retro tapsOkke Formsma
2021-02-24feature(hold-tap): Retro tappingOkke Formsma
2021-02-24refactor(hold-tap): improve switch statementsOkke Formsma
2021-02-24refactor(hold-tap): pretty print decision_momentOkke Formsma
2021-02-24refactor(hold-tap): create press_binding and release_binding functionsOkke Formsma
2021-02-24refactor(hold-tap): split hold state into interrupt and timerOkke Formsma
2021-02-24refactor(hold-tap): use enum for hold-tap statusOkke Formsma
2021-02-24refactor(hold-tap): simplify flavor enumOkke Formsma
2021-02-16refactor(ext-power): Add init-delay-ms optionNick Winans
2021-02-16fix(ext-power): Initialize as soon as settings are availableNick Winans
2021-02-16fix(display): Check for display in idle handler.Pete Johanson
2021-02-10style(hold-tap)!: Write hold-tap params with dashesOkke Formsma
2021-02-09feat(underglow): Convert HSB changes to absolute.Pete Johanson
2021-02-09refactor(behaviors): Convert state dependent params.Pete Johanson
2021-02-09refactor(rgb): Expose explicit on/off command/API.Pete Johanson
2021-02-04refactor(core): Use /omit-if-no-ref/ for behaviors.Pete Johanson
2021-02-03Feat combo layers (#661)KemoNine
2021-02-02behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD)Okke Formsma
2021-02-02fix(core): Assert BLE device name is correct lengthNick Winans
2021-02-02refactor(behaviors): simplify hold-taps by not using _TRANSFORM_ENTRYOkke Formsma
2021-02-02refactor(behaviors): factor out multiple uses of _TRANSFORM_ENTRYOkke Formsma
2021-01-30Add a missing log_strdup()Jeff Rizzo
2021-01-28feature(sticky_keys): add quick-releaseOkke Formsma
2021-01-24feature(modifiers): add explicit modifiersOkke Formsma
2021-01-24refactor(modifiers): define is_mods functionOkke Formsma