summaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2021-03-24fix(boards): Proper BlueMicro840_V1 &pro_micro_a map for A10 (#733)Lucas Messenger
2021-03-18fix(boards): Move board endif to proper location.Pete Johanson
2021-03-15fix(kscan): Proper direct wire warning message.Pete Johanson
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 the label for the GPIO kscan driver.Pete Johanson
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-08fix(boards): Remove explicit enable of sensorNick Winans
2021-02-08fix(core): Enable sensor by defaultNick Winans
2021-02-04Refactor nibble / update to match build docs (#620)KemoNine
2021-02-04fix(power): Add support for capacitors on ADC for BVDjrhrsmit
2021-02-04refactor(core): Use /omit-if-no-ref/ for behaviors.Pete Johanson
2021-02-03feat(shields) Add encoder support to CRBNmantas
2021-02-03style(crbn): Unify indentation from spaces to tabsmantas
2021-02-03Feat combo layers (#661)KemoNine
2021-02-02behaviors(hold-tap): Implement quick_tap_ms (TAPPING_FORCE_HOLD)Okke Formsma
2021-02-02refactor(kscan): Fix polling of GPIO matrices.Pete Johanson
2021-02-02refactor(kscan): Remove explicit default n from kscan configs.Pete Johanson
2021-02-02fix(boards): Shorten keyboard names that are too longNick Winans
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-25fix(behaviors): Updated grsec snapshots for new log format.Pete Johanson
2021-01-24feature(modifiers): add explicit modifiersOkke Formsma
2021-01-24refactor(modifiers): define is_mods functionOkke Formsma
2021-01-24refactor(hid_listener): pass event struct instead of parametersOkke Formsma
2021-01-23feat: Add WPM calculator and display widgetAlly Parker
2021-01-23run-test.sh: use the POSIX '-L 1' for xargsJeff Rizzo
2021-01-22feat(grave-escape): implement grave-escapeOkke Formsma