summaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* 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
* [Bug] Realign and size check EECONFIG structures (#20541)Drashna Jaelre2023-05-0811-43/+56
* 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
* | [Feature] Disable debug on QP's internal task (#20623)Pablo Martínez2023-05-011-0/+7
* | [Core] Clean up ISSI drivers, Add IS31FL3736 support (#20572)Xelus222023-04-302-1/+50
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2023-04-301-2/+2
|\|
| * Fix MATRIX_HAS_GHOST when MATRIX_COL > 16 (#20093)Christopher Berner2023-04-301-2/+2
* | typing_heatmap: Add macro to configure increase steps (#20300)Jasmin2023-04-301-2/+5
* | Fix capital letters not getting sent with sendstring_swiss_fr.h (Issue #20080...precondition2023-04-201-4/+4
* | Encodermap direction define. (#20454)Nick Brassel2023-04-152-2/+3
* | quantum/action_util.c: Use uint8_t for oneshot_layer_data (#20423)Manuel Ullmann2023-04-121-1/+1
* | Fix preprocessor condition for SPLIT_HAPTIC_ENABLE (#20411)Giuseppe Rota2023-04-121-1/+1
* | Prevent Tri-Layer keys from stopping caps words (#20398)Ricardo Hermida Ruiz2023-04-101-0/+1
* | Add swap hands toggle functions (#20381)Albert Y2023-04-092-0/+25
* | [Chore] Remove stray mod tap interrupt defines and per key functions (#20347)Stefan Kerkmann2023-04-061-1/+0
* | [Bug] Fix compilation issue with Swap Hands and Encoder Map (#20348)Drashna Jaelre2023-04-051-0/+4
* | Add basic profiler. (#20238)Nick Brassel2023-04-061-0/+69
* | [Core] Caps Word "Invert on shift" option: pressing Shift inverts the shift...Pascal Getreuer2023-04-041-0/+66
* | Make "detected_host_os()" available on the SLAVE side of the split keyboard (...ngs-ch2023-04-045-19/+73
* | Fixed split keyboard issue where custom LED indicators could activate incorre...CobraSock2023-04-042-16/+11
* | 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