summaryrefslogtreecommitdiff
path: root/quantum
AgeCommit message (Expand)AuthorFilesLines
2023-09-25Improve directional transition of overlapping mouse keys (#21494)フィルターペーパー1-1/+14
2023-09-25Add full solenoid support on split keyboards (#21583)jacob-w-gable2-8/+18
2023-09-21RGBLight/Backlight: add prefixed driver defines (#22089)Ryan2-2/+2
2023-09-21LED/RGB Matrix: prefix driver defines (#22088)Ryan4-56/+56
2023-09-20Move `PACKED` define to util.h (#22074)Ryan4-42/+7
2023-09-17Complete RGB Matrix support for IS31FL3218 (#22004)Ryan2-9/+31
2023-09-17Lvgl rate control (#22049)David Hoelscher2-2/+6
2023-09-14[Bug] Fix default layer value in eeconfig_init (#21909)Drashna Jaelre1-2/+2
2023-09-13aw20216: driver naming cleanups (#21891)Ryan2-11/+11
2023-09-04Add `mousekey.h` include to `quantum.h` (#21897)Ryan1-0/+4
2023-09-04Clean up RGB LED type (#21859)Ryan5-61/+40
2023-08-29Fix compilation of dynamic_keymap.c without VIA (#21858)Joel Challis1-0/+1
2023-08-27Unicode, Unicodemap and UCIS refactor (#21659)Ryan17-211/+415
2023-08-23RGB Matrix: driver naming cleanups (#21594)Ryan1-96/+96
2023-08-23Simplfy RGB/LED matrix effect logic (#21703)Joel Challis2-0/+48
2023-08-22fix: restore indicators to jellybean_raindrops (#21792)Less/Rikki1-6/+5
2023-08-04haptic: further naming cleanups (#21682)Ryan1-2/+2
2023-08-02audio: Don't play the first note of zero-note melodies (#21661)Nebuleon1-0/+4
2023-08-01Fix Dynamic Macro Compilation for avr-gcc 5.4.0 + Linux (#21653)James Young1-1/+1
2023-07-31Remove old OLED API code (#21651)Ryan2-4/+0
2023-07-31keycode aliases: work around ChibiOS ch.h include guard (#21497)Ryan2-0/+4
2023-07-29LED Matrix: driver naming cleanups (#21580)Ryan1-45/+45
2023-07-29quantum.h: clean up process_keycode includes (#21579)Ryan2-36/+47
2023-07-27Unify MIDI note calculation with the audio feature's algorithm (#21588)Nebuleon1-2/+2
2023-07-27Unicode: move keycode aliases to a separate header (#21613)Ryan2-107/+126
2023-07-26Reduce needless precision in audio note frequency calculation (#21496)Nebuleon1-1/+1
2023-07-26On-each-release tap dance function (#20255)leep-frog2-5/+17
2023-07-25Raw HID: documentation improvements (#21596)Ryan1-0/+26
2023-07-22Revert "[Bug] Fix compilation error when Split Watchdog enabled" (#21572)Ryan1-4/+0
2023-07-20[Bug] Fix compilation error when Split Watchdog enabled (#21543)Drashna Jaelre1-0/+4
2023-07-21haptic: naming cleanups (#21551)Ryan4-43/+51
2023-07-16quantum: remove direct `quantum.h` includes (#21507)Ryan38-45/+184
2023-07-12process_combo: restore wait.h header (#21514)フィルターペーパー1-0/+1
2023-07-11process_keycode: remove direct `quantum.h` includes (#21486)Ryan46-156/+258
2023-07-10Add MOUSEKEY_WHEEL_DELTA documentation (#21493)フィルターペーパー1-3/+3
2023-07-09keymap_extras: remove direct `quantum.h` includes (#21485)Ryan46-40/+46
2023-07-09debounce: remove direct `quantum.h` includes (#21480)Ryan10-18/+13
2023-07-08Relocate backlight drivers (#21444)Ryan6-881/+2
2023-07-08bootmagic mods covering the case when swapped mods are pressed at the same ti...Nick Brassel1-24/+20
2023-07-08[Bugfix] Check `NULL` pointers on QP (#20481)Pablo Martínez8-24/+39
2023-07-08Refactor times inverse of sqrt 2 calculation (#21293)フィルターペーパー1-5/+10
2023-07-08[Core] Simplify audio_duration_to_ms() and audio_ms_to_duration(), reduce fir...Pascal Getreuer1-13/+32
2023-07-08Allow key override to respect weak mods caused by caps word (#21434)Jake Grossman1-3/+3
2023-07-08Set minimum middle column value (#21365)フィルターペーパー1-1/+5
2023-07-08Refactor kinetic mouse key feature (#21164)フィルターペーパー1-15/+24
2023-07-08add VIA support for LED Matrix (#21281)mechlovin2-2/+111
2023-07-08[Feature] Send a dummy keycode to neutralize flashing modifiers in retro tap ...precondition4-0/+54
2023-07-08[Enhancement] More info on `apply_autocorrect` (#21056)Pablo Martínez2-4/+54
2023-07-07Adds a way to separate tab from AUTO_SHIFT_SPECIAL. (#20996)Chris Salch2-3/+15
2023-07-06Get rid of `USB_LED_CAPS_LOCK` (#21436)Ryan2-6/+3