Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-09 | debounce: remove direct `quantum.h` includes (#21480) | Ryan | |
2023-07-08 | Relocate backlight drivers (#21444) | Ryan | |
2023-07-08 | bootmagic mods covering the case when swapped mods are pressed at the same ↵ | Nick Brassel | |
time (#21320) (#21472) Co-authored-by: Nimish Gåtam <nimishg@gmail.com> | |||
2023-07-08 | [Bugfix] Check `NULL` pointers on QP (#20481) | Pablo Martínez | |
2023-07-08 | Refactor times inverse of sqrt 2 calculation (#21293) | フィルターペーパー | |
2023-07-08 | [Core] Simplify audio_duration_to_ms() and audio_ms_to_duration(), reduce ↵ | Pascal Getreuer | |
firmware size by a few bytes. (#21427) | |||
2023-07-08 | Allow key override to respect weak mods caused by caps word (#21434) | Jake Grossman | |
2023-07-08 | Set minimum middle column value (#21365) | フィルターペーパー | |
2023-07-08 | Refactor kinetic mouse key feature (#21164) | フィルターペーパー | |
2023-07-08 | add VIA support for LED Matrix (#21281) | mechlovin | |
2023-07-08 | [Feature] Send a dummy keycode to neutralize flashing modifiers in retro tap ↵ | precondition | |
and key overrides (#20992) | |||
2023-07-08 | [Enhancement] More info on `apply_autocorrect` (#21056) | Pablo Martínez | |
Co-authored-by: Drashna Jaelre <drashna@live.com> | |||
2023-07-07 | Adds a way to separate tab from AUTO_SHIFT_SPECIAL. (#20996) | Chris Salch | |
2023-07-06 | Get rid of `USB_LED_CAPS_LOCK` (#21436) | Ryan | |
2023-07-02 | [Core] RGB Matrix limit basic indicators to the last render (#21169) | Xelus22 | |
Co-authored-by: Joel Challis <git@zvecr.com> | |||
2023-07-02 | Get rid of `USB_LED_NUM_LOCK` (#21424) | Ryan | |
2023-07-02 | Get rid of `USB_LED_SCROLL_LOCK` (#21405) | Ryan | |
2023-06-27 | Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366) | Ryan | |
2023-06-18 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-06-18 | Fix up operator precedence in RGBLIGHT (#21280) | Nick Brassel | |
2023-06-14 | Rely on introspection to handle OOB access. (#21247) | Nick Brassel | |
2023-06-10 | Refactor the rain lighting decision operator (#21139) | Albert Y | |
2023-06-09 | [Core] RGB matrix ws2812 update (#21135) | Xelus22 | |
* ws2812_update boolean to stop update every single cycle * lint1 Co-authored-by: Joel Challis <git@zvecr.com> * lint2 Co-authored-by: Joel Challis <git@zvecr.com> * Update quantum/rgb_matrix/rgb_matrix_drivers.c --------- Co-authored-by: Joel Challis <git@zvecr.com> | |||
2023-06-08 | Reset `matrix_need_update` properly in eager debouncing algorithms (#21154) | dexter93 | |
The `matrix_need_update` variable needs to be reset to `false` in `transfer_matrix_values()`, otherwise that function continues to be invoked for every scanning loop (forever with `sym_eager_pk` and `sym_eager_pk`, or until some key gets released with `asym_eager_defer_pk`), and the scanning rate gets much lower because of all that useless work. Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | |||
2023-06-07 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-06-08 | [Bugfix] LVGL bindings wrong offset math (#21147) | Pablo Martínez | |
2023-06-07 | Use unsigned integer for mousekey kinetic speed (#21151) | Albert Y | |
2023-06-05 | Remove quantum/keymap.h (#21086) | Joel Challis | |
2023-06-04 | [Enhancement] Decouple autocorrect logic (#21116) | Pablo Martínez | |
2023-06-02 | [Core] Move dynamic macro "stop recording" logic to a function (#21108) | Ariane Emory | |
2023-06-01 | Unicodemap keycodes rename (#21092) | Ryan | |
2023-05-31 | Fix backlight sync on suspend_power_down for split keyboards (#21079) | Evgenii Vilkov | |
2023-05-27 | [BUG] Allow multiple IS31FL3741 drivers per board in rgb_matrix (#20988) | André Greiner-Petter | |
2023-05-20 | [Core] Add Repeat Key ("repeat last key") as a core feature. (#19700) | Pascal Getreuer | |
Co-authored-by: casuanoob <96005765+casuanoob@users.noreply.github.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | |||
2023-05-20 | Move `pre_process_record_kb()` before `process_combo()` (#20969) | Sergey Vlasov | |
2023-05-15 | Keymap introspection for combos. (#19670) | Nick Brassel | |
2023-05-13 | Add a user callback for pre process record (#20584) | Albert Y | |
2023-05-11 | [Bug] Fix compilation error introduced by #20669 (#20849) | Drashna Jaelre | |
2023-05-10 | Fix Mod-Tap combo regression (#20669) | Pete Sevander | |
* Add keyevent for combo keyrecord * Fix formatting * Update quantum/process_keycode/process_combo.c Co-authored-by: Sergey Vlasov <sigprof@gmail.com> * Add combo unit-tests and hot-fix process_record_tap_hint ...as this function tries to lookup the combo keys passed in. This will be refactored in a later pr. --------- Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me> | |||
2023-05-08 | [Bug] Realign and size check EECONFIG structures (#20541) | Drashna Jaelre | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-05-06 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-05-06 | Fixup QP font rendering when `--no-ascii` is specified. (#20637) | Nick Brassel | |
2023-05-06 | Make Pointing Device Auto Layer more configurable (#20061) | Drashna Jaelre | |
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> | |||
2023-05-01 | [Feature] Disable debug on QP's internal task (#20623) | Pablo Martínez | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-04-30 | [Core] Clean up ISSI drivers, Add IS31FL3736 support (#20572) | Xelus22 | |
Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> | |||
2023-04-30 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2023-04-30 | typing_heatmap: Add macro to configure increase steps (#20300) | Jasmin | |
Co-authored-by: Joel Challis <git@zvecr.com> | |||
2023-04-30 | Fix MATRIX_HAS_GHOST when MATRIX_COL > 16 (#20093) | Christopher Berner | |
2023-04-20 | Fix capital letters not getting sent with sendstring_swiss_fr.h (Issue ↵ | precondition | |
#20080) (#20515) | |||
2023-04-15 | Encodermap direction define. (#20454) | Nick Brassel | |