X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=quantum%2Frgb.h;h=ce674ce6bce7f3d21abfbd552257a6888b475685;hb=6af77551c67c846b06c596cbd367d66c755f8051;hp=fbdda293f47004744ba2d6f33874b3a421299cd0;hpb=14b7602a65dedaf51db1c9288144765d43a83a15;p=qmk_firmware.git diff --git a/quantum/rgb.h b/quantum/rgb.h index fbdda293f..ce674ce6b 100644 --- a/quantum/rgb.h +++ b/quantum/rgb.h @@ -44,4 +44,10 @@ void rgblight_increase_val(void) {}; __attribute__((weak)) void rgblight_decrease_val(void) {}; +__attribute__((weak)) +void rgblight_increase_speed(void) {}; + +__attribute__((weak)) +void rgblight_decrease_speed(void) {}; + #endif \ No newline at end of file