summaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'upstream/master' into developNick Brassel2022-02-091-0/+15
|\
| * Add support for driving unselected row/col. (#16278)Nick Brassel2022-02-091-0/+15
* | Add layout change callbacks to VIA (#16087)Drashna Jaelre2022-02-062-0/+5
* | Add RGB matrix & LED Matrix support for IS31FL3742A, IS31FL3743A, IS31FL3745,...MasterSpoon2022-02-064-2/+106
* | [Bug] Fix layer_state restoration at end of dynamic macro feature (#16230)Desprez Jean-Marc2022-02-061-1/+1
* | RGB Matrix: Reload from EEPROM (#15923)Adam Lickel2022-02-042-0/+13
* | Format code according to conventions (#16211)QMK Bot2022-02-041-7/+5
* | [Core] Add Pixel Flow RGB matrix effect (#15829)Albert Y2022-02-052-0/+52
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-042-52/+0
|\|
| * Revert "[Core] Add Pixel Flow RGB matrix effect (#15829)" (#16209)Nick Brassel2022-02-052-52/+0
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-02-042-0/+52
|\|
| * [Core] Add Pixel Flow RGB matrix effect (#15829)Albert Y2022-02-052-0/+52
* | Initial migration of suspend callbacks (#16067)Joel Challis2022-02-051-23/+0
* | Don't make EEPROM size assumptions with dynamic keymaps. (#16054)Nick Brassel2022-02-021-13/+12
* | Format code according to conventions (#16110)QMK Bot2022-01-291-3/+2
* | Combo `TAP_CODE_DELAY` and `clear_weak_mods` (#15866)Pete Sevander2022-01-281-0/+13
* | Adjust tap_code16 to account for TAP_HOLD_CAPS_DELAY (#15635)Ga682022-01-281-3/+6
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-271-3/+2
|\|
| * Fixes for slovak language-specific keycodes (#16019)KraXen722022-01-271-3/+2
* | Deprecate split transactions status field (#16023)Stefan Kerkmann2022-01-263-6/+4
* | Enable a default task throttle for split pointing. (#15925)Dasky2022-01-263-6/+5
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-251-2/+3
|\|
| * Fix joystick button off-by-one error (#16037)Ryan2022-01-251-2/+3
* | Fix up issue with PROGMEM and hand_swap_config (#16027)Joel Challis2022-01-241-0/+1
* | Rip out old macro and action_function system (#16025)Ryan2022-01-2412-429/+4
* | Relocate matrix_init_quantum content (#15953)Joel Challis2022-01-234-41/+45
* | [Bug] Fix compilation issues for led indicators (#16001)Drashna Jaelre2022-01-221-0/+1
* | Fix BACKLIGHT_CAPS_LOCK warning (#15999)Joel Challis2022-01-221-6/+8
* | Align location of some host led logic (#15954)Joel Challis2022-01-226-44/+56
* | fixed typo in orange HSV colors decalartion (#15976)Ryan Hausen2022-01-221-1/+1
* | Adjust mouse key defaults (#15883)Albert Y2022-01-211-9/+9
* | [Bug] Fix hack for chibiOS reset name (#15984)Drashna Jaelre2022-01-221-2/+2
* | Rename some Quantum keycodes (#15968)Ryan2022-01-225-14/+31
* | Relocate matrix_scan_quantum tasks (#15882)Joel Challis2022-01-192-71/+72
* | Add init function to clear previous effect (#15815)Albert Y2022-01-171-0/+4
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2022-01-151-1/+0
|\|
| * [Bug] Remove config.h include in dynamic_keymap.c (#15886)Drashna Jaelre2022-01-151-1/+0
* | Add PMW3389 optical sensor Support (Updated) (#15740)Alabastard-642022-01-112-0/+39
* | Advanced deferred_exec for core-side code. (#15579)Nick Brassel2022-01-102-55/+149
* | New combo configuration options (#15083)Pete Sevander2022-01-091-1/+38
* | Slight tidy up of keyboard task loop (#15725)Joel Challis2022-01-091-35/+48
* | IS31FL3733 driver for LED Matrix (#15088)Leo Deng2022-01-081-0/+4
* | Unify the key up/down behaviour of RGB keycodes (#15730)Joel Challis2022-01-061-5/+1
* | Format code according to conventions (#15693)QMK Bot2021-12-311-1/+1
* | Fix split pointing for analog joystick (#15691)Dasky2021-12-311-2/+4
* | [Bug] Include missing string.h include (#15606)Drashna Jaelre2021-12-281-0/+1
* | [Core] Fix bug and code regression for Split Common (#15603)Drashna Jaelre2021-12-282-13/+10
* | pwm3360 driver cleanup and diff reduction to adns9800 (#15559)uqs2021-12-271-3/+2
* | Custom matrix lite support for split keyboards (#14674)Jay Greco2021-12-273-39/+72
* | Format code according to conventions (#15590)QMK Bot2021-12-271-15/+30