summaryrefslogtreecommitdiff
path: root/app/src
AgeCommit message (Expand)Author
2022-01-31fix(split): Add define for local source.Peter Johanson
2022-01-31refactor(splits): Use index for event source.Peter Johanson
2022-01-31fix(split): Add queue for running remote behaviorsPeter Johanson
2022-01-31fix(underglow): Handle cycling effects on splits.Peter Johanson
2022-01-31refactor(split): Clean up split GATT discovery.Pete Johanson
2022-01-31feature(split): behavior locality support.Pete Johanson
2022-01-30fix(behaviors): Capture mods for `&key_repeat`Peter Johanson
2022-01-30feat(behaviors): `&key_repeat` behavior + tests.Peter Johanson
2022-01-30fix(ble): Restore BLE SC passkey entry for pairing.Peter Johanson
2021-12-02fix(hid): Implicit mods on non-key page eventsPeter Johanson
2021-11-28feat(behaviors): Add caps word (`&caps_word`).Peter Johanson
2021-11-15feat(conditional-layers): Implement featureJonathan Rascher
2021-11-09feat: hold/tap flavor tap-unless-interruptedjding
2021-11-04fix(split): Properly rediscover peripherals.Peter Johanson
2021-11-01fix(behavior): Properly break in decision switch statement.jmding8
2021-11-01feat(behaviors) Required keys for tap-hold behaviorsjmding8
2021-10-20refactor(combos): Use ZMK_KEYMAP_EXTRACT_BINDINGJonathan Rascher
2021-10-12fix(display): Increase char buffer size to fit all symbolsRichard Kjerstadius
2021-10-10fix(underglow): Run clang-formatNick Winans
2021-10-10feat(underglow): Add support for configurable min/max brightnessSimon Malinge
2021-10-04feat(hid): Kconfig for basic/full consumer usages.Peter Johanson
2021-10-04feat(hid): Configurable NKRO HID report support.Pete Johanson
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