@@ -397,10 +397,10 @@ enum rgb_matrix_effects {
397
397
RGB_MATRIX_SOLID_COLOR = 1, // Static single hue, no speed support
398
398
RGB_MATRIX_ALPHAS_MODS, // Static dual hue, speed is hue for secondary hue
399
399
RGB_MATRIX_GRADIENT_UP_DOWN, // Static gradient top to bottom, speed controls how much gradient changes
400
- RGB_MATRIX_GRADIENT_LEFT_RIGHT, // Static gradient left to right, speed controls how much gradient changes
400
+ RGB_MATRIX_GRADIENT_LEFT_RIGHT, // Static gradient left to right, speed controls how much gradient changes
401
401
RGB_MATRIX_BREATHING, // Single hue brightness cycling animation
402
- RGB_MATRIX_BAND_SAT, // Single hue band fading saturation scrolling left to right
403
- RGB_MATRIX_BAND_VAL, // Single hue band fading brightness scrolling left to right
402
+ RGB_MATRIX_BAND_SAT, // Single hue band fading saturation scrolling left to right
403
+ RGB_MATRIX_BAND_VAL, // Single hue band fading brightness scrolling left to right
404
404
RGB_MATRIX_BAND_PINWHEEL_SAT, // Single hue 3 blade spinning pinwheel fades saturation
405
405
RGB_MATRIX_BAND_PINWHEEL_VAL, // Single hue 3 blade spinning pinwheel fades brightness
406
406
RGB_MATRIX_BAND_SPIRAL_SAT, // Single hue spinning spiral fades saturation
@@ -427,8 +427,8 @@ enum rgb_matrix_effects {
427
427
RGB_MATRIX_DIGITAL_RAIN, // That famous computer simulation
428
428
#endif
429
429
#if defined(RGB_MATRIX_KEYPRESSES) || defined(RGB_MATRIX_KEYRELEASES)
430
- RGB_MATRIX_SOLID_REACTIVE_SIMPLE, // Pulses keys hit to hue & value then fades value out
431
- RGB_MATRIX_SOLID_REACTIVE, // Static single hue, pulses keys hit to shifted hue then fades to current hue
430
+ RGB_MATRIX_SOLID_REACTIVE_SIMPLE, // Pulses keys hit to hue & value then fades value out
431
+ RGB_MATRIX_SOLID_REACTIVE, // Static single hue, pulses keys hit to shifted hue then fades to current hue
432
432
RGB_MATRIX_SOLID_REACTIVE_WIDE // Hue & value pulse near a single key hit then fades value out
433
433
RGB_MATRIX_SOLID_REACTIVE_MULTIWIDE // Hue & value pulse near multiple key hits then fades value out
434
434
RGB_MATRIX_SOLID_REACTIVE_CROSS // Hue & value pulse the same column and row of a single key hit then fades value out
0 commit comments