summaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
* Fix a potential bug in encoder_init(). (#16372)Takeshi ISHII2022-02-211-1/+5
* Fix build error for LED Matrix effect solid_reactive_wide. (#16383)Joakim Tufvegren2022-02-171-2/+2
* [Bug] Re-add call to `suspend_power_down_kb()` (#16382)Joakim Tufvegren2022-02-171-0/+1
* Add support for driving unselected row/col. (#16278)Nick Brassel2022-02-091-0/+15
* Revert "[Core] Add Pixel Flow RGB matrix effect (#15829)" (#16209)Nick Brassel2022-02-052-52/+0
* [Core] Add Pixel Flow RGB matrix effect (#15829)Albert Y2022-02-052-0/+52
* Fixes for slovak language-specific keycodes (#16019)KraXen722022-01-271-3/+2
* Fix joystick button off-by-one error (#16037)Ryan2022-01-251-2/+3
* [Bug] Remove config.h include in dynamic_keymap.c (#15886)Drashna Jaelre2022-01-151-1/+0
* fix RGB_DISABLE_TIMEOUT flicker on split keyboards (#14954)Erik Berthold2021-12-271-6/+2
* Save a single byte of memory for joystick buttons (#15555)Chris Broekema2021-12-241-1/+1
* Fix inverted gt and lt send_string mapping in canadian multilingual (#15487)billybraga2021-12-161-1/+1
* Fix some wrong keycode macros in locale mapping files (#15488)Yoichiro Tanaka2021-12-164-6/+6
* Fix bit loss in cie_lightness() when doing division to resolve #15331 (#15344)Karl Shea2021-11-291-4/+4
* Fix HOLD_ON_OTHER_KEY_PRESS after #11059 (#15307)Stefan Kerkmann2021-11-281-4/+4
* Re-add encoder tests (#15312)Drashna Jaelre2021-11-278-0/+461
* [Bug] Revert Assymmetrical Split Encoder support (#12090) (#15311)Drashna Jaelre2021-11-2711-560/+57
* New feature: `DYNAMIC_TAPPING_TERM_ENABLE` (#11036)precondition2021-11-267-3/+97
* Add Retro Shift (Auto Shift for Tap Hold via Retro Tapping) and Custom Auto S...Isaac Elenbaas2021-11-254-111/+455
* Revert "[Tests] Increase QMK test coverage (#13789)"Nick Brassel2021-11-231-0/+34
* [Tests] Increase QMK test coverage (#13789)Stefan Kerkmann2021-11-231-34/+0
* Add uint to char functions (#15244)Drashna Jaelre2021-11-232-0/+60
* Macros in JSON keymaps (#14374)Zach White2021-11-221-0/+34
* fix broken macro in transport.h (#15239)Balz Guenat2021-11-201-1/+2
* Rework encoders to enable asymmetric split keyboards (#12090)Balz Guenat2021-11-2011-57/+559
* Move tmk_core/common/<plat> (#13918)Joel Challis2021-11-194-4/+4
* [Bug] Revert backlight pins on function call (#15205)Drashna Jaelre2021-11-191-1/+1
* [Bug] Fix missing variable for Backlight Breathing (#15199)Drashna Jaelre2021-11-181-6/+6
* Format code according to conventions (#15196)QMK Bot2021-11-181-29/+26
* Made AVR backlight pwm resolution configurable (#7521)Mikkel Jeppesen2021-11-181-41/+68
* Format code according to conventions (#15195)QMK Bot2021-11-172-12/+16
* Rename RGB fractal (#15174)Albert Y2021-11-162-5/+5
* Require explicit enabling of RGB Matrix modes (#15018)Drashna Jaelre2021-11-1553-318/+81
* Reimplements WPM feature to be smaller & precise (#13902)vectorstorm2021-11-162-23/+82
* Add support for deferred executors. (#14859)Nick Brassel2021-11-154-0/+204
* Add needed include to pointing_device.c (#15167)Drashna Jaelre2021-11-161-0/+1
* Rework and expand Pointing Device support (#14343)Drashna Jaelre2021-11-145-33/+419
* Merge remote-tracking branch 'origin/master' into developDrashna Jael're2021-11-131-0/+1
|\
| * add wait to unicode for win (#15061)Markus Fritsche2021-11-121-0/+1
* | Basic keycode overhaul (#14726)Ryan2021-11-0320-677/+730
* | Remove deprecated KEYMAP alias (#15037)Joel Challis2021-11-031-3/+0
* | Revert to old init order for host driver (#15029)Joel Challis2021-11-021-3/+12
* | Fixup LED matrix. (#15020)Nick Brassel2021-11-021-7/+7
* | haptic: Feature to disable it when usb port is not configured or suspended. (...Purdea Andrei2021-11-023-4/+77
* | Add Pixel Rain RGB Matrix effect (#14155)Albert Y2021-11-022-0/+45
* | Add a new led driver for Keychron's keyboards. (#14872)lalalademaxiya12021-11-022-1/+50
* | define to AUTO_SHIFT_DISABLED_AT_STARTUP (#14201)Woody2021-11-021-1/+7
* | Add support for ISSI drivers on both sides of a split keyboard (#13842)Vlad K2021-11-0228-57/+110
* | Manually format develop (#15003)Joel Challis2021-11-0122-373/+464
* | Add Fractal RGB matrix effects (#12670)Albert Y2021-11-022-0/+62