summaryrefslogtreecommitdiff
path: root/quantum/rgblight.c
AgeCommit message (Expand)Author
2021-06-28Move RGBLight code into its own folder (#13312)Ryan
2021-05-29run: qmk cformat --core-onlyJames Young
2021-05-16Add function to allow repeated blinking of one layer (#12237)Matthes W
2021-03-25Removed unused RGBLED_TIMER_TOP and F_CPU macros from quantum/rgblight.[ch] (...Takeshi ISHII
2021-02-16RGBLight: Allow configurable default settings (#11912)Ryan
2021-01-28Merge remote-tracking branch 'upstream/master' into developNick Brassel
2021-01-28Add rgblight_reload_from_eeprom() (#11411)Joshua Diamond
2021-01-17`qmk cformat`Nick Brassel
2021-01-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2021-01-11Lighting Layers should be disabled when suspended (#11442)Joshua Diamond
2021-01-10Refine twinkle to be smoother (use breathing curve) (#11350)Joshua Diamond
2021-01-03Merge remote-tracking branch 'upstream/master' into developNick Brassel
2021-01-02Fix broken Lighting Layers when RGBLIGHT_MAX_LAYERS > 16 (#11406)Joshua Diamond
2020-12-12Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-13Fix incorrect search order for `rgblight_breathe_table.h` that `rgblight.c` i...Takeshi ISHII
2020-12-11Merge remote-tracking branch 'origin/master' into developQMK Bot
2020-12-11Normalise include statements in core code (#11153)Ryan
2020-12-01[Split] Sync Timer feature (#10997)XScorpion2
2020-11-282020 November 28 Breaking Changes Update (#11053)James Young
2020-09-26`setrgb()`: Use arrow operator (#10451)Ryan
2020-08-29format code according to conventions [skip ci]QMK Bot
2020-08-29Tweak the Christmas animation effect to be less harsh on the eyes (#7648)Max Rumpf
2020-08-25Add noeeprom speed function for RGBLIGHT (#9706)Drashna Jaelre
2020-06-01Fix layer mask size for RGBLIGHT_LAYER_BLINK (#9260)Joshua Diamond
2020-06-01Option to allow lighting layers when RGB Lighting is off (#9051)Joshua Diamond
2020-05-18format code according to conventions [skip ci]QMK Bot
2020-05-18Add query functions for RGB Light and RGB Matrix (#8960)Drashna Jaelre
2020-05-13Allow expanding from 8 to 32 RGB Lighting Layers (#8941)Joshua Diamond
2020-05-09format code according to conventions [skip ci]QMK Bot
2020-05-09New RGB Lighting effect: Twinkle (#8887)Joshua Diamond
2020-05-09Add ability to blink lighting layer for a specified duration (#8760)Joshua Diamond
2020-04-29format code according to conventions [skip ci]QMK Bot
2020-04-29Convert clipping variables in rgblight.c to a structure (#7720)Drashna Jaelre
2020-03-10format code according to conventions [skip ci]QMK Bot
2020-03-10Feature: RGBLight layers (#7768)Nathan Gray
2020-03-10Refactor rgblight_reconfig.h (#7773)Takeshi ISHII
2020-01-24Add customisable EEPROM driver selection (#7274)Nick Brassel
2020-01-20format code according to conventions [skip ci]QMK Bot
2020-01-20Add VIA support for QMK backlight, QMK RGBLight (#7911)Wilba
2020-01-19Run clang-format manually to fix recently changed files (#7934)Joel Challis
2019-12-31Use White channel on RGBW LEDs (#7678)Drashna Jaelre
2019-11-17Run clang-format manually to fix recently changed fileszvecr
2019-11-11Remove force of debug on within rgblight - causes lockups waiting for hid_lis...Joel Challis
2019-11-09Unify RGB and RGBW commands (#7297)Drashna Jaelre
2019-10-15Fix small hiccup in snake animation (#6858)theVDude
2019-08-30clang-format changesskullY
2019-07-19Change xprintf() calls in rgblight.c to dprintf() (#6363)Konstantin Đorđević
2019-05-15Add effect range to rgblight.c (#5856)Takeshi ISHII
2019-05-02If RGBLIGHT_EFFECT_BREATHE_CENTER is undefined, use fixed breathe table inste...Takeshi ISHII
2019-05-01rgblight 255 hue (#5547)XScorpion2