summaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Collapse)AuthorAgeFilesLines
* process_combo: restore wait.h header (#21514)フィルターペーパー2023-07-121-0/+1
| | | Required for `wait_ms()` function
* process_keycode: remove direct `quantum.h` includes (#21486)Ryan2023-07-1146-156/+258
|
* Add MOUSEKEY_WHEEL_DELTA documentation (#21493)フィルターペーパー2023-07-101-3/+3
|
* keymap_extras: remove direct `quantum.h` includes (#21485)Ryan2023-07-0946-40/+46
|
* debounce: remove direct `quantum.h` includes (#21480)Ryan2023-07-0910-18/+13
|
* Relocate backlight drivers (#21444)Ryan2023-07-086-881/+2
|
* bootmagic mods covering the case when swapped mods are pressed at the same ↵Nick Brassel2023-07-081-24/+20
| | | | | time (#21320) (#21472) Co-authored-by: Nimish Gåtam <nimishg@gmail.com>
* [Bugfix] Check `NULL` pointers on QP (#20481)Pablo Martínez2023-07-088-24/+39
|
* Refactor times inverse of sqrt 2 calculation (#21293)フィルターペーパー2023-07-081-5/+10
|
* [Core] Simplify audio_duration_to_ms() and audio_ms_to_duration(), reduce ↵Pascal Getreuer2023-07-081-13/+32
| | | | firmware size by a few bytes. (#21427)
* Allow key override to respect weak mods caused by caps word (#21434)Jake Grossman2023-07-081-3/+3
|
* Set minimum middle column value (#21365)フィルターペーパー2023-07-081-1/+5
|
* Refactor kinetic mouse key feature (#21164)フィルターペーパー2023-07-081-15/+24
|
* add VIA support for LED Matrix (#21281)mechlovin2023-07-082-2/+111
|
* [Feature] Send a dummy keycode to neutralize flashing modifiers in retro tap ↵precondition2023-07-084-0/+54
| | | | and key overrides (#20992)
* [Enhancement] More info on `apply_autocorrect` (#21056)Pablo Martínez2023-07-082-4/+54
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Adds a way to separate tab from AUTO_SHIFT_SPECIAL. (#20996)Chris Salch2023-07-072-3/+15
|
* Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan2023-07-062-6/+3
|
* [Core] RGB Matrix limit basic indicators to the last render (#21169)Xelus222023-07-024-4/+12
| | | | Co-authored-by: Joel Challis <git@zvecr.com>
* Get rid of `USB_LED_NUM_LOCK` (#21424)Ryan2023-07-021-1/+0
|
* Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan2023-07-022-7/+6
|
* Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan2023-06-271-2/+0
|
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-181-1/+1
|\
| * Fix up operator precedence in RGBLIGHT (#21280)Nick Brassel2023-06-181-1/+1
| |
* | Rely on introspection to handle OOB access. (#21247)Nick Brassel2023-06-141-12/+3
| |
* | Refactor the rain lighting decision operator (#21139)Albert Y2023-06-101-7/+3
| |
* | [Core] RGB matrix ws2812 update (#21135)Xelus222023-06-091-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)dexter932023-06-083-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 developQMK Bot2023-06-071-3/+0
|\|
| * [Bugfix] LVGL bindings wrong offset math (#21147)Pablo Martínez2023-06-081-3/+0
| |
* | Use unsigned integer for mousekey kinetic speed (#21151)Albert Y2023-06-071-9/+9
| |
* | Remove quantum/keymap.h (#21086)Joel Challis2023-06-051-20/+0
| |
* | [Enhancement] Decouple autocorrect logic (#21116)Pablo Martínez2023-06-042-1/+19
| |
* | [Core] Move dynamic macro "stop recording" logic to a function (#21108)Ariane Emory2023-06-022-55/+63
| |
* | Unicodemap keycodes rename (#21092)Ryan2023-06-012-2/+5
| |
* | Fix backlight sync on suspend_power_down for split keyboards (#21079)Evgenii Vilkov2023-05-312-2/+2
|/
* [BUG] Allow multiple IS31FL3741 drivers per board in rgb_matrix (#20988)André Greiner-Petter2023-05-271-0/+24
|
* [Core] Add Repeat Key ("repeat last key") as a core feature. (#19700)Pascal Getreuer2023-05-209-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 Vlasov2023-05-201-4/+3
|
* Keymap introspection for combos. (#19670)Nick Brassel2023-05-154-16/+51
|
* Add a user callback for pre process record (#20584)Albert Y2023-05-133-9/+16
|
* [Bug] Fix compilation error introduced by #20669 (#20849)Drashna Jaelre2023-05-111-1/+1
|
* Fix Mod-Tap combo regression (#20669)Pete Sevander2023-05-103-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 Jaelre2023-05-0811-43/+56
| | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-05-061-2/+2
|\
| * Fixup QP font rendering when `--no-ascii` is specified. (#20637)Nick Brassel2023-05-061-2/+2
| |
* | Make Pointing Device Auto Layer more configurable (#20061)Drashna Jaelre2023-05-062-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ínez2023-05-011-0/+7
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | [Core] Clean up ISSI drivers, Add IS31FL3736 support (#20572)Xelus222023-04-302-1/+50
| | | | | | | | Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com>
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-301-2/+2
|\|