summaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add core/fallback encoder behaviour (#20320)jack2023-04-031-1/+23
| |
* | [Core] Refactor `keyevent_t` for 1ms timing resolution (#15847)Stefan Kerkmann2023-04-036-91/+106
| |
* | Fix OSMs getting stuck (#20034)Kasimir Pihlasviita2023-04-033-19/+26
| |
* | Make IGNORE_MOD_TAP_INTERRUPT the default behaviour for mod-taps (#20211)precondition2023-04-033-24/+9
| |
* | Add direction to dynamic_macro_record_start_user (#19689)Johannes H. Jensen2023-04-032-6/+6
| |
* | Added PMW3320 driver (#19543)Vladislav Marchenko2023-04-032-0/+25
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-031-0/+4
|\|
| * [Bugfix] Check QGF's bpp against display's native_bits_per_pixel (#19995)Pablo Martínez2023-04-031-0/+4
| |
* | Delete config_common.h (#20312)Joel Challis2023-04-011-19/+0
| |
* | Add last activity functions for pointing device (#20079)Drashna Jaelre2023-03-306-40/+61
| |
* | WS2812 driver improvements (#20262)Ryan2023-03-301-1/+0
| |
* | Remove use of keymap.h (#20004)Joel Challis2023-03-278-26/+14
| |
* | Fix rgblight layers when animations aren't enabled (#20097)Eli Lipsitz2023-03-261-0/+4
| |
* | [Cleanup] Quantum Painter (#19825)Pablo Martínez2023-03-2513-102/+102
| | | | | | | | Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Tidy up duplication of MIN/MAX fallback implementations (#20236)Joel Challis2023-03-236-26/+5
| |
* | Add some helpers to tidy up XAP (#20235)Joel Challis2023-03-234-0/+14
| |
* | Update Doxygen comments for some headers (#20194)Ryan2023-03-226-16/+23
| |
* | Sync activity timestamps between sides. (#20192)Nick Brassel2023-03-215-5/+60
| | | | | | | | Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
* | Quantum Painter QoL enhancements -- auto-poweroff, auto-flush, buffer sizing ↵Nick Brassel2023-03-205-16/+138
| | | | | | | | (#20013)
* | Relocate various modifier defines (#18638)Joel Challis2023-03-104-40/+59
| |
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-03-081-1/+1
|\|
| * Fix processing of recently added system keycodes (#20058)Joel Challis2023-03-081-1/+1
| |
* | Remove some use of keymap.h (#20006)Joel Challis2023-03-035-3/+5
| |
* | Remove some use of keymap.h (#19980)Joel Challis2023-03-0368-68/+74
|/
* Reallocate user/kb keycode ranges (#19907)Joel Challis2023-02-231-37/+37
|
* Reallocate SAFE_RANGE (#19909)Joel Challis2023-02-231-1/+1
|
* VIA Protocol 12 + fixes (#19916)Nick Brassel2023-02-234-83/+82
| | | | | Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
* Align magic keycodes (#19877)Joel Challis2023-02-233-106/+154
|
* [Bug] Fix compilation error when defining QUICK_TAP_TERM_PER_KEY (#19893)precondition2023-02-221-1/+1
|
* Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (#19884)Joel Challis2023-02-191-1/+5
|
* Fix functions when `NO_ACTION_TAPPING` is defined (#11528)Drashna Jaelre2023-02-195-22/+78
|
* Align sequencer keycodes (#19875)Joel Challis2023-02-183-22/+32
|
* [Bug] Fix compiliation issue for Key Overrides (#19856)Drashna Jaelre2023-02-151-3/+3
|
* Fix Layer Mod handling of with right-handed mods. (#19845)Pascal Getreuer2023-02-141-1/+1
|
* Add swap hands status function (#19831)Albert Y2023-02-142-0/+11
| | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* Merge branch 'master' into developDasky2023-02-141-1/+1
|\
| * Update fractal attribution comment (#19832)Albert Y2023-02-131-1/+1
| |
* | Fixup `develop` compiles. (#19828)Nick Brassel2023-02-131-11/+11
| |
* | Make Magic handling more consistent in Action Keycode handling (#9126)Drashna Jaelre2023-02-132-7/+21
| | | | | | | | Co-authored-by: Ryan <fauxpark@gmail.com>
* | Tidy up use of keycode range helpers (#19813)Joel Challis2023-02-123-9/+6
| |
* | core: allow locking the matrix state (#18852)dexter932023-02-132-1/+15
| | | | | | | | | | | | Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Add combo hook to allow per layer combo reference layers. (#16699)Eric.a Gebhart2023-02-131-1/+13
| | | | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
* | Refactor Leader key feature (#19632)Ryan2023-02-136-81/+248
| | | | | | | | Co-authored-by: Drashna Jaelre <drashna@live.com>
* | Restore packing of midi note keycodes (#19468)Joel Challis2023-02-131-141/+141
| |
* | Fix build failures with `OPT = 0` due to inline functions (#19767)Sergey Vlasov2023-02-121-1/+1
| | | | | | Co-authored-by: Joel Challis <git@zvecr.com>
* | [Bug] Fix tri layer compiler issue if NO_ACTION_LAYER is defined (#19821)Drashna Jaelre2023-02-121-0/+2
| |
* | Remove `config.h` include from quantum files (#19817)jack2023-02-123-3/+0
| |
* | [Core] Tri Layer Keys (#19795)Drashna Jaelre2023-02-129-14/+187
| | | | | | | | | | | | | | Co-authored-by: wilba <wilba@wilba.tech> Co-authored-by: Pablo Martínez <58857054+elpekenin@users.noreply.github.com> Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: Nick Brassel <nick@tzarc.org>
* | Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis2023-02-114-17/+5
| |
* | Tidy up use of keycode range helpers (#19756)Joel Challis2023-02-108-23/+21
| |