summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Expand)Author
2023-10-24Remove extra led_matrix_indicators_user call (#22329)Dasky
2023-10-11add missing gpio include for pointing motion pin (#22246)Dasky
2023-10-08Fix build error when Automatic Mouse Layer is enabled (#22229)ikorihn
2023-09-25Fix combo_ref_from_layer respect different default layer [#21780] (#21781)Ben Cooper
2023-08-29Fix compilation of dynamic_keymap.c without VIA (#21858)Joel Challis
2023-08-27Unicode, Unicodemap and UCIS refactor (#21659)Ryan
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan
2023-08-23Simplfy RGB/LED matrix effect logic (#21703)Joel Challis
2023-08-22fix: restore indicators to jellybean_raindrops (#21792)Less/Rikki
2023-08-04haptic: further naming cleanups (#21682)Ryan
2023-08-02audio: Don't play the first note of zero-note melodies (#21661)Nebuleon
2023-08-01Fix Dynamic Macro Compilation for avr-gcc 5.4.0 + Linux (#21653)James Young
2023-07-31Remove old OLED API code (#21651)Ryan
2023-07-31keycode aliases: work around ChibiOS ch.h include guard (#21497)Ryan
2023-07-29LED Matrix: driver naming cleanups (#21580)Ryan
2023-07-29quantum.h: clean up process_keycode includes (#21579)Ryan
2023-07-27Unify MIDI note calculation with the audio feature's algorithm (#21588)Nebuleon
2023-07-27Unicode: move keycode aliases to a separate header (#21613)Ryan
2023-07-26Reduce needless precision in audio note frequency calculation (#21496)Nebuleon
2023-07-26On-each-release tap dance function (#20255)leep-frog
2023-07-25Raw HID: documentation improvements (#21596)Ryan
2023-07-22Revert "[Bug] Fix compilation error when Split Watchdog enabled" (#21572)Ryan
2023-07-20[Bug] Fix compilation error when Split Watchdog enabled (#21543)Drashna Jaelre
2023-07-21haptic: naming cleanups (#21551)Ryan
2023-07-16quantum: remove direct `quantum.h` includes (#21507)Ryan
2023-07-12process_combo: restore wait.h header (#21514)フィルターペーパー
2023-07-11process_keycode: remove direct `quantum.h` includes (#21486)Ryan
2023-07-10Add MOUSEKEY_WHEEL_DELTA documentation (#21493)フィルターペーパー
2023-07-09keymap_extras: remove direct `quantum.h` includes (#21485)Ryan
2023-07-09debounce: remove direct `quantum.h` includes (#21480)Ryan
2023-07-08Relocate backlight drivers (#21444)Ryan
2023-07-08bootmagic mods covering the case when swapped mods are pressed at the same ti...Nick Brassel
2023-07-08[Bugfix] Check `NULL` pointers on QP (#20481)Pablo Martínez
2023-07-08Refactor times inverse of sqrt 2 calculation (#21293)フィルターペーパー
2023-07-08[Core] Simplify audio_duration_to_ms() and audio_ms_to_duration(), reduce fir...Pascal Getreuer
2023-07-08Allow key override to respect weak mods caused by caps word (#21434)Jake Grossman
2023-07-08Set minimum middle column value (#21365)フィルターペーパー
2023-07-08Refactor kinetic mouse key feature (#21164)フィルターペーパー
2023-07-08add VIA support for LED Matrix (#21281)mechlovin
2023-07-08[Feature] Send a dummy keycode to neutralize flashing modifiers in retro tap ...precondition
2023-07-08[Enhancement] More info on `apply_autocorrect` (#21056)Pablo Martínez
2023-07-07Adds a way to separate tab from AUTO_SHIFT_SPECIAL. (#20996)Chris Salch
2023-07-06Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan
2023-07-02[Core] RGB Matrix limit basic indicators to the last render (#21169)Xelus22
2023-07-02Get rid of `USB_LED_NUM_LOCK` (#21424)Ryan
2023-07-02Get rid of `USB_LED_SCROLL_LOCK` (#21405)Ryan
2023-06-27Get rid of `USB_LED_KANA` and `USB_LED_COMPOSE` (#21366)Ryan
2023-06-18Merge remote-tracking branch 'origin/master' into developQMK Bot
2023-06-18Fix up operator precedence in RGBLIGHT (#21280)Nick Brassel
2023-06-14Rely on introspection to handle OOB access. (#21247)Nick Brassel