Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-29 | Add `RGBLIGHT_DEFAULT_ON` macro configuration option (#20857) | Álvaro A. Volpato | |
* ADD RGB_DEFAULT_DISABLED option and updated documentation * Formatting * Add as by fauxpark's suggestion Co-authored by: fauxpark * Formatting * Use boolean values instead of numerical Co-authored-by: Ryan <fauxpark@gmail.com> * Edit documentation formatting Co-authored-by: Ryan <fauxpark@gmail.com> * Remove comment Co-authored-by: Ryan <fauxpark@gmail.com> * Set RGB mode to DEFAULT macro at init Co-authored-by: Ryan <fauxpark@gmail.com> --------- Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: zvecr <git@zvecr.com> | |||
2023-09-25 | Move velocikey to within rgblight (#22123) | Joel Challis | |
2023-09-21 | RGBLight/Backlight: add prefixed driver defines (#22089) | Ryan | |
2023-09-04 | Clean up RGB LED type (#21859) | Ryan | |
2023-06-18 | Fix up operator precedence in RGBLIGHT (#21280) | Nick Brassel | |
2023-05-08 | [Bug] Realign and size check EECONFIG structures (#20541) | Drashna Jaelre | |
Co-authored-by: Nick Brassel <nick@tzarc.org> | |||
2023-03-26 | Fix rgblight layers when animations aren't enabled (#20097) | Eli Lipsitz | |
2023-03-23 | Tidy up duplication of MIN/MAX fallback implementations (#20236) | Joel Challis | |
2023-03-23 | Add some helpers to tidy up XAP (#20235) | Joel Challis | |
2023-01-01 | Regenerate Files (#19463) | QMK Bot | |
2022-12-23 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-12-23 | Minor alignment of rgb_breathe_table generator (#19403) | Joel Challis | |
2022-12-15 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-12-15 | Fix non-functional RGBLIGHT_EFFECT_TWINKLE on ARM (#19335) | Joshua Diamond | |
2022-12-01 | Remove RGBLIGHT_ANIMATIONS from core (+cleanup) (#19216) | Drashna Jaelre | |
2022-11-10 | Avoid repeated calls to rgblight_set() in tight succession when setting ↵ | Joshua Diamond | |
lighting layers (#18338) Co-authored-by: Sergey Vlasov <sigprof@gmail.com> | |||
2022-10-27 | Remove rgblight_list.h (#18878) | Ryan | |
* Remove rgblight_list defines with no usage * Remove rgblight_setrgb_*[_at] defines * Remove rgblight_sethsv_* defines * Remove rgblight_sethsv_noeeprom_* defines * Delete rgblight_list.h and remove all references | |||
2022-09-28 | Fix retain brightness when val is changed while a layer is active (#18426) | izmishi | |
* Fix retain brightness when val is changed while a layer is active * Fix retain brightness for RGBLIGHT_MODE_STATIC_GRADIENT * Fix formatting | |||
2022-09-19 | [Core] remove busy waiting from rgblight functions (#18418) | Stefan Kerkmann | |
2022-04-28 | Remove ARM pgm_read_word workaround in rgblight (#16961) | Joel Challis | |
2022-04-21 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2022-04-21 | rgblight: Fix rgblight_blink_layer when multiple layers are active (#16824) | Simon Arlott | |
2022-04-18 | Add customizable snake and knight animation increments (#16337) | Michał Szczepaniak | |
2022-04-17 | Fix #16859. (#16865) | Nick Brassel | |
2022-04-17 | rgblight: Add functions to stop blinking one or all but one layer (#16859) | Simon Arlott | |
2022-04-16 | rgblight: Limit max repeat times in rgblight_blink_layer_repeat (#16860) | Simon Arlott | |
2022-02-12 | Format code according to conventions (#16322) | QMK Bot | |
2021-07-25 | Merge remote-tracking branch 'upstream/master' into develop | Nick Brassel | |
2021-07-24 | Disables rgblight twinkle by default. (#13677) | Nick Brassel | |
This takes up about 700 bytes of space, and needs to be swapped to opt-in, rather than opt-out. Build failures in general on AVR due to the scarcity of available flash. People can re-enable it by adding to their keymap's config.h files: ``` #define RGBLIGHT_EFFECT_TWINKLE ``` | |||
2021-07-21 | Retain brightness with lighting layers (#13025) | Patrick Stadler | |
Add guard `RGBLIGHT_LAYERS_RETAIN_VAL` to retain the currently used val when applying lighting layers. | |||
2021-07-17 | Merge remote-tracking branch 'origin/master' into develop | QMK Bot | |
2021-06-29 | Relocate RGB/HSV color defs to a more fitting place (#13377) | Ryan | |
2021-06-28 | Move RGBLight code into its own folder (#13312) | Ryan | |