summaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
* Fixup QP font rendering when `--no-ascii` is specified. (#20637)Nick Brassel2023-05-061-2/+2
* Fix MATRIX_HAS_GHOST when MATRIX_COL > 16 (#20093)Christopher Berner2023-04-301-2/+2
* [Bugfix] Check QGF's bpp against display's native_bits_per_pixel (#19995)Pablo Martínez2023-04-031-0/+4
* Fix processing of recently added system keycodes (#20058)Joel Challis2023-03-081-1/+1
* 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
* 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
* 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
* | 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
* | Add combo hook to allow per layer combo reference layers. (#16699)Eric.a Gebhart2023-02-131-1/+13
* | Refactor Leader key feature (#19632)Ryan2023-02-136-81/+248
* | 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
* | [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
* | 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
* | Move more unicode ranges to DD (#19755)Joel Challis2023-02-102-4/+6
* | QP: Correct rotation and offset when using LVGL (#19713)jpe2302023-02-021-7/+13
* | Strip out more of config_common (#19722)Joel Challis2023-01-302-8/+2
* | Remove usages of config_common.h from config.h files. (#19714)Nick Brassel2023-01-311-0/+1
* | Normalise Swap Hands keycodes (#19720)Ryan2023-01-304-10/+18
* | Move MIDI code out of tmk_core (#19704)Ryan2023-01-3015-0/+2506
* | Relocate diode direction definitions (#19715)Joel Challis2023-01-302-4/+4
* | Remove deprecated Quantum keycodes (#19712)Ryan2023-01-291-282/+0
* | Fix quantum ring_buffer for ChibiOS (#19683)Joel Challis2023-01-281-1/+1
* | Allow overriding of keymap/encodermap layer count. (#19325)Nick Brassel2023-01-242-15/+39
* | Fix functions with empty params (#19647)Ryan2023-01-2012-22/+22
* | Process Tap Dances before WPM/Velocikey (#19599)Jouke Witteveen2023-01-161-8/+8
* | Refactor pixel rain animation (#19606)Albert Y2023-01-161-6/+6
* | Add RGB565 and RGB888 color support to Quantum Painter (#19382)David Hoelscher2023-01-149-18/+93
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-01-101-2/+2
|\|
| * [Bug] Use correct functions for RGB Matrix support in VIA (#19554)Drashna Jaelre2023-01-101-2/+2
* | Allow mod-tap hold action on one shot layer (#19214)David Kosorin2023-01-021-1/+6
* | Regenerate Files (#19463)QMK Bot2023-01-0167-67/+131
* | Add Split support for Haptic feedback (#19203)Drashna Jaelre2023-01-014-0/+70
* | [Bug] Prevent dynamic keymaps from processing layers that don't exist (#19225)Drashna Jaelre2023-01-012-0/+5