summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Collapse)Author
2023-03-27Remove use of keymap.h (#20004)Joel Challis
2023-03-26Fix rgblight layers when animations aren't enabled (#20097)Eli Lipsitz
2023-03-25[Cleanup] Quantum Painter (#19825)Pablo Martínez
Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-03-23Tidy up duplication of MIN/MAX fallback implementations (#20236)Joel Challis
2023-03-23Add some helpers to tidy up XAP (#20235)Joel Challis
2023-03-22Update Doxygen comments for some headers (#20194)Ryan
2023-03-21Sync activity timestamps between sides. (#20192)Nick Brassel
Co-authored-by: Stefan Kerkmann <karlk90@pm.me>
2023-03-20Quantum Painter QoL enhancements -- auto-poweroff, auto-flush, buffer sizing ↵Nick Brassel
(#20013)
2023-03-10Relocate various modifier defines (#18638)Joel Challis
2023-03-08Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-03-08Fix processing of recently added system keycodes (#20058)Joel Challis
2023-03-03Remove some use of keymap.h (#20006)Joel Challis
2023-03-03Remove some use of keymap.h (#19980)Joel Challis
2023-02-23Reallocate user/kb keycode ranges (#19907)Joel Challis
2023-02-23Reallocate SAFE_RANGE (#19909)Joel Challis
2023-02-23VIA Protocol 12 + fixes (#19916)Nick Brassel
Co-authored-by: Wilba <wilba@wilba.tech> Co-authored-by: zvecr <git@zvecr.com>
2023-02-23Align magic keycodes (#19877)Joel Challis
2023-02-22[Bug] Fix compilation error when defining QUICK_TAP_TERM_PER_KEY (#19893)precondition
2023-02-19Move `KC_MISSION_CONTROL`/`KC_LAUNCHPAD` keycodes to core (#19884)Joel Challis
2023-02-19Fix functions when `NO_ACTION_TAPPING` is defined (#11528)Drashna Jaelre
2023-02-18Align sequencer keycodes (#19875)Joel Challis
2023-02-15[Bug] Fix compiliation issue for Key Overrides (#19856)Drashna Jaelre
2023-02-14Fix Layer Mod handling of with right-handed mods. (#19845)Pascal Getreuer
2023-02-14Add swap hands status function (#19831)Albert Y
Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-02-14Merge branch 'master' into developDasky
2023-02-13Update fractal attribution comment (#19832)Albert Y
2023-02-13Fixup `develop` compiles. (#19828)Nick Brassel
2023-02-13Make Magic handling more consistent in Action Keycode handling (#9126)Drashna Jaelre
Co-authored-by: Ryan <fauxpark@gmail.com>
2023-02-12Tidy up use of keycode range helpers (#19813)Joel Challis
2023-02-13core: allow locking the matrix state (#18852)dexter93
Co-authored-by: Sergey Vlasov <sigprof@gmail.com> Co-authored-by: Stefan Kerkmann <karlk90@pm.me> Co-authored-by: Nick Brassel <nick@tzarc.org>
2023-02-13Add combo hook to allow per layer combo reference layers. (#16699)Eric.a Gebhart
Co-authored-by: Drashna Jaelre <drashna@live.com> Co-authored-by: Sergey Vlasov <sigprof@gmail.com>
2023-02-13Refactor Leader key feature (#19632)Ryan
Co-authored-by: Drashna Jaelre <drashna@live.com>
2023-02-13Restore packing of midi note keycodes (#19468)Joel Challis
2023-02-12Fix build failures with `OPT = 0` due to inline functions (#19767)Sergey Vlasov
Co-authored-by: Joel Challis <git@zvecr.com>
2023-02-12[Bug] Fix tri layer compiler issue if NO_ACTION_LAYER is defined (#19821)Drashna Jaelre
2023-02-12Remove `config.h` include from quantum files (#19817)jack
2023-02-12[Core] Tri Layer Keys (#19795)Drashna Jaelre
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>
2023-02-11Remove matrix_init_quantum/matrix_scan_quantum (#19806)Joel Challis
2023-02-10Tidy up use of keycode range helpers (#19756)Joel Challis
2023-02-10Move more unicode ranges to DD (#19755)Joel Challis
2023-02-02QP: Correct rotation and offset when using LVGL (#19713)jpe230
Co-authored-by: Nick Brassel <nick@tzarc.org> Co-authored-by: Joel Challis <git@zvecr.com>
2023-01-30Strip out more of config_common (#19722)Joel Challis
2023-01-31Remove usages of config_common.h from config.h files. (#19714)Nick Brassel
2023-01-30Normalise Swap Hands keycodes (#19720)Ryan
2023-01-30Move MIDI code out of tmk_core (#19704)Ryan
2023-01-30Relocate diode direction definitions (#19715)Joel Challis
2023-01-29Remove deprecated Quantum keycodes (#19712)Ryan
2023-01-28Fix quantum ring_buffer for ChibiOS (#19683)Joel Challis
2023-01-24Allow overriding of keymap/encodermap layer count. (#19325)Nick Brassel
2023-01-20Fix functions with empty params (#19647)Ryan
* Fix functions with empty params * Found a bunch more