Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Core] RGB Matrix limit basic indicators to the last render (#21169) | Xelus22 | 2023-07-02 | 4 | -4/+12 |
| | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | Get rid of `USB_LED_NUM_LOCK` (#21424) | Ryan | 2023-07-02 | 1 | -1/+0 |
| | |||||
* | Get rid of `USB_LED_SCROLL_LOCK` (#21405) | Ryan | 2023-07-02 | 2 | -7/+6 |
| | |||||
* | Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366) | Ryan | 2023-06-27 | 1 | -2/+0 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-18 | 1 | -1/+1 |
|\ | |||||
| * | Fix up operator precedence in RGBLIGHT (#21280) | Nick Brassel | 2023-06-18 | 1 | -1/+1 |
| | | |||||
* | | Rely on introspection to handle OOB access. (#21247) | Nick Brassel | 2023-06-14 | 1 | -12/+3 |
| | | |||||
* | | Refactor the rain lighting decision operator (#21139) | Albert Y | 2023-06-10 | 1 | -7/+3 |
| | | |||||
* | | [Core] RGB matrix ws2812 update (#21135) | Xelus22 | 2023-06-09 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | | Reset `matrix_need_update` properly in eager debouncing algorithms (#21154) | dexter93 | 2023-06-08 | 3 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | 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> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-06-07 | 1 | -3/+0 |
|\| | |||||
| * | [Bugfix] LVGL bindings wrong offset math (#21147) | Pablo Martínez | 2023-06-08 | 1 | -3/+0 |
| | | |||||
* | | Use unsigned integer for mousekey kinetic speed (#21151) | Albert Y | 2023-06-07 | 1 | -9/+9 |
| | | |||||
* | | Remove quantum/keymap.h (#21086) | Joel Challis | 2023-06-05 | 1 | -20/+0 |
| | | |||||
* | | [Enhancement] Decouple autocorrect logic (#21116) | Pablo Martínez | 2023-06-04 | 2 | -1/+19 |
| | | |||||
* | | [Core] Move dynamic macro "stop recording" logic to a function (#21108) | Ariane Emory | 2023-06-02 | 2 | -55/+63 |
| | | |||||
* | | Unicodemap keycodes rename (#21092) | Ryan | 2023-06-01 | 2 | -2/+5 |
| | | |||||
* | | Fix backlight sync on suspend_power_down for split keyboards (#21079) | Evgenii Vilkov | 2023-05-31 | 2 | -2/+2 |
|/ | |||||
* | [BUG] Allow multiple IS31FL3741 drivers per board in rgb_matrix (#20988) | André Greiner-Petter | 2023-05-27 | 1 | -0/+24 |
| | |||||
* | [Core] Add Repeat Key ("repeat last key") as a core feature. (#19700) | Pascal Getreuer | 2023-05-20 | 9 | -5/+550 |
| | | | | | Co-authored-by: casuanoob <96005765+casuanoob@users.noreply.github.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | ||||
* | Move `pre_process_record_kb()` before `process_combo()` (#20969) | Sergey Vlasov | 2023-05-20 | 1 | -4/+3 |
| | |||||
* | Keymap introspection for combos. (#19670) | Nick Brassel | 2023-05-15 | 4 | -16/+51 |
| | |||||
* | Add a user callback for pre process record (#20584) | Albert Y | 2023-05-13 | 3 | -9/+16 |
| | |||||
* | [Bug] Fix compilation error introduced by #20669 (#20849) | Drashna Jaelre | 2023-05-11 | 1 | -1/+1 |
| | |||||
* | Fix Mod-Tap combo regression (#20669) | Pete Sevander | 2023-05-10 | 3 | -6/+13 |
| | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | [Bug] Realign and size check EECONFIG structures (#20541) | Drashna Jaelre | 2023-05-08 | 11 | -43/+56 |
| | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-05-06 | 1 | -2/+2 |
|\ | |||||
| * | Fixup QP font rendering when `--no-ascii` is specified. (#20637) | Nick Brassel | 2023-05-06 | 1 | -2/+2 |
| | | |||||
* | | Make Pointing Device Auto Layer more configurable (#20061) | Drashna Jaelre | 2023-05-06 | 2 | -5/+55 |
| | | | | | | | | Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> | ||||
* | | [Feature] Disable debug on QP's internal task (#20623) | Pablo Martínez | 2023-05-01 | 1 | -0/+7 |
| | | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | [Core] Clean up ISSI drivers, Add IS31FL3736 support (#20572) | Xelus22 | 2023-04-30 | 2 | -1/+50 |
| | | | | | | | | Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> | ||||
* | | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | 2023-04-30 | 1 | -2/+2 |
|\| | |||||
| * | Fix MATRIX_HAS_GHOST when MATRIX_COL > 16 (#20093) | Christopher Berner | 2023-04-30 | 1 | -2/+2 |
| | | |||||
* | | typing_heatmap: Add macro to configure increase steps (#20300) | Jasmin | 2023-04-30 | 1 | -2/+5 |
| | | | | | | | | Co-authored-by: Joel Challis <git@zvecr.com> | ||||
* | | Fix capital letters not getting sent with sendstring_swiss_fr.h (Issue ↵ | precondition | 2023-04-20 | 1 | -4/+4 |
| | | | | | | | | #20080) (#20515) | ||||
* | | Encodermap direction define. (#20454) | Nick Brassel | 2023-04-15 | 2 | -2/+3 |
| | | |||||
* | | quantum/action_util.c: Use uint8_t for oneshot_layer_data (#20423) | Manuel Ullmann | 2023-04-12 | 1 | -1/+1 |
| | | |||||
* | | Fix preprocessor condition for SPLIT_HAPTIC_ENABLE (#20411) | Giuseppe Rota | 2023-04-12 | 1 | -1/+1 |
| | | |||||
* | | Prevent Tri-Layer keys from stopping caps words (#20398) | Ricardo Hermida Ruiz | 2023-04-10 | 1 | -0/+1 |
| | | |||||
* | | Add swap hands toggle functions (#20381) | Albert Y | 2023-04-09 | 2 | -0/+25 |
| | | |||||
* | | [Chore] Remove stray mod tap interrupt defines and per key functions (#20347) | Stefan Kerkmann | 2023-04-06 | 1 | -1/+0 |
| | | | | | | | | | | * Remove stray defines and per key functions * Remove defunct get_ignore_mod_tap_interrupt declaration | ||||
* | | [Bug] Fix compilation issue with Swap Hands and Encoder Map (#20348) | Drashna Jaelre | 2023-04-05 | 1 | -0/+4 |
| | | |||||
* | | Add basic profiler. (#20238) | Nick Brassel | 2023-04-06 | 1 | -0/+69 |
| | | |||||
* | | [Core] Caps Word "Invert on shift" option: pressing Shift inverts the ↵ | Pascal Getreuer | 2023-04-04 | 1 | -0/+66 |
| | | | | | | | | | | | | shift state. (#20092) Co-authored-by: Nick Brassel <nick@tzarc.org> | ||||
* | | Make "detected_host_os()" available on the SLAVE side of the split keyboard ↵ | ngs-ch | 2023-04-04 | 5 | -19/+73 |
| | | | | | | | | | | | | | | (#19854) Co-authored-by: ngs.ch <ngs.ch> Co-authored-by: Drashna Jaelre <drashna@drashna.net> | ||||
* | | Fixed split keyboard issue where custom LED indicators could activate ↵ | CobraSock | 2023-04-04 | 2 | -16/+11 |
| | | | | | | | | | | | | | | incorrect LEDs (#20203) (#20204) Co-authored-by: N M <ninja.milkman@gmail.com> Fixed split keyboard issue where custom LED indicators could activate incorrect LEDs (#20203) | ||||
* | | Add core/fallback encoder behaviour (#20320) | jack | 2023-04-03 | 1 | -1/+23 |
| | | |||||
* | | [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847) | Stefan Kerkmann | 2023-04-03 | 6 | -91/+106 |
| | | |||||
* | | Fix OSMs getting stuck (#20034) | Kasimir Pihlasviita | 2023-04-03 | 3 | -19/+26 |
| | | |||||
* | | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211) | precondition | 2023-04-03 | 3 | -24/+9 |
| | |