diff options
| author | Drashna Jaelre <drashna@live.com> | 2022-10-15 09:55:40 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-15 09:55:40 -0700 |
| commit | c8e998ccaddc6157ee5d406e277e973dd4796f37 (patch) | |
| tree | 4f81e7fb8f1444ceae824362a4cccc064473af79 /keyboards/maple_computing/the_ruler | |
| parent | 55b9a4d06e12df08564d3b6261f9ed81f75e07ec (diff) | |
Remove RGBLIGHT_ANIMATION and clean up effect defines for L-Q (#18727)
Diffstat (limited to 'keyboards/maple_computing/the_ruler')
| -rw-r--r-- | keyboards/maple_computing/the_ruler/config.h | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/keyboards/maple_computing/the_ruler/config.h b/keyboards/maple_computing/the_ruler/config.h index f7ccfab276..41cd985c1d 100644 --- a/keyboards/maple_computing/the_ruler/config.h +++ b/keyboards/maple_computing/the_ruler/config.h | |||
| @@ -91,7 +91,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 91 | 91 | ||
| 92 | #define RGB_DI_PIN E6 // The pin your RGB strip is wired to | 92 | #define RGB_DI_PIN E6 // The pin your RGB strip is wired to |
| 93 | #define RGBLED_NUM 1 // Number of LEDs | 93 | #define RGBLED_NUM 1 // Number of LEDs |
| 94 | #define RGBLIGHT_ANIMATIONS | 94 | #define RGBLIGHT_EFFECT_BREATHING |
| 95 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 96 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 97 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 98 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 99 | #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 100 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 101 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 102 | #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 103 | #define RGBLIGHT_EFFECT_TWINKLE | ||
| 95 | #define RGBLIGHT_HUE_STEP 10 | 104 | #define RGBLIGHT_HUE_STEP 10 |
| 96 | #define RGBLIGHT_SAT_STEP 17 | 105 | #define RGBLIGHT_SAT_STEP 17 |
| 97 | #define RGBLIGHT_VAL_STEP 17 | 106 | #define RGBLIGHT_VAL_STEP 17 |
