summaryrefslogtreecommitdiffstats
path: root/quantum
Commit message (Expand)AuthorAgeFilesLines
* add missing gpio include for pointing motion pin (#22246)Dasky2023-10-111-0/+2
* Fix build error when Automatic Mouse Layer is enabled (#22229)ikorihn2023-10-081-0/+1
* Fix combo_ref_from_layer respect different default layer [#21780] (#21781)Ben Cooper2023-09-251-1/+1
* Fix compilation of dynamic_keymap.c without VIA (#21858)Joel Challis2023-08-291-0/+1
* Unicode, Unicodemap and UCIS refactor (#21659)Ryan2023-08-2717-211/+415
* RGB Matrix: driver naming cleanups (#21594)Ryan2023-08-231-96/+96
* Simplfy RGB/LED matrix effect logic (#21703)Joel Challis2023-08-232-0/+48
* fix: restore indicators to jellybean_raindrops (#21792)Less/Rikki2023-08-221-6/+5
* haptic: further naming cleanups (#21682)Ryan2023-08-041-2/+2
* audio: Don't play the first note of zero-note melodies (#21661)Nebuleon2023-08-021-0/+4
* Fix Dynamic Macro Compilation for avr-gcc 5.4.0 + Linux (#21653)James Young2023-08-011-1/+1
* Remove old OLED API code (#21651)Ryan2023-07-312-4/+0
* keycode aliases: work around ChibiOS ch.h include guard (#21497)Ryan2023-07-312-0/+4
* LED Matrix: driver naming cleanups (#21580)Ryan2023-07-291-45/+45
* quantum.h: clean up process_keycode includes (#21579)Ryan2023-07-292-36/+47
* Unify MIDI note calculation with the audio feature's algorithm (#21588)Nebuleon2023-07-271-2/+2
* Unicode: move keycode aliases to a separate header (#21613)Ryan2023-07-272-107/+126
* Reduce needless precision in audio note frequency calculation (#21496)Nebuleon2023-07-261-1/+1
* On-each-release tap dance function (#20255)leep-frog2023-07-262-5/+17
* Raw HID: documentation improvements (#21596)Ryan2023-07-251-0/+26
* Revert "[Bug] Fix compilation error when Split Watchdog enabled" (#21572)Ryan2023-07-221-4/+0
* [Bug] Fix compilation error when Split Watchdog enabled (#21543)Drashna Jaelre2023-07-201-0/+4
* haptic: naming cleanups (#21551)Ryan2023-07-214-43/+51
* quantum: remove direct `quantum.h` includes (#21507)Ryan2023-07-1638-45/+184
* process_combo: restore wait.h header (#21514)フィルターペーパー2023-07-121-0/+1
* process_keycode: remove direct `quantum.h` includes (#21486)Ryan2023-07-1146-156/+258
* Add MOUSEKEY_WHEEL_DELTA documentation (#21493)フィルターペーパー2023-07-101-3/+3
* keymap_extras: remove direct `quantum.h` includes (#21485)Ryan2023-07-0946-40/+46
* debounce: remove direct `quantum.h` includes (#21480)Ryan2023-07-0910-18/+13
* Relocate backlight drivers (#21444)Ryan2023-07-086-881/+2
* bootmagic mods covering the case when swapped mods are pressed at the same ti...Nick Brassel2023-07-081-24/+20
* [Bugfix] Check `NULL` pointers on QP (#20481)Pablo Martínez2023-07-088-24/+39
* Refactor times inverse of sqrt 2 calculation (#21293)フィルターペーパー2023-07-081-5/+10
* [Core] Simplify audio_duration_to_ms() and audio_ms_to_duration(), reduce fir...Pascal Getreuer2023-07-081-13/+32
* Allow key override to respect weak mods caused by caps word (#21434)Jake Grossman2023-07-081-3/+3
* Set minimum middle column value (#21365)フィルターペーパー2023-07-081-1/+5
* Refactor kinetic mouse key feature (#21164)フィルターペーパー2023-07-081-15/+24
* add VIA support for LED Matrix (#21281)mechlovin2023-07-082-2/+111
* [Feature] Send a dummy keycode to neutralize flashing modifiers in retro tap ...precondition2023-07-084-0/+54
* [Enhancement] More info on `apply_autocorrect` (#21056)Pablo Martínez2023-07-082-4/+54
* Adds a way to separate tab from AUTO_SHIFT_SPECIAL. (#20996)Chris Salch2023-07-072-3/+15
* Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan2023-07-062-6/+3
* [Core] RGB Matrix limit basic indicators to the last render (#21169)Xelus222023-07-024-4/+12
* Get rid of `USB_LED_NUM_LOCK` (#21424)Ryan2023-07-021-1/+0
* Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan2023-07-022-7/+6
* Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan2023-06-271-2/+0
* Merge remote-tracking branch 'origin/master' into developQMK Bot2023-06-181-1/+1
|\
| * Fix up operator precedence in RGBLIGHT (#21280)Nick Brassel2023-06-181-1/+1
* | Rely on introspection to handle OOB access. (#21247)Nick Brassel2023-06-141-12/+3
* | Refactor the rain lighting decision operator (#21139)Albert Y2023-06-101-7/+3