diff options
| author | Drashna Jaelre <drashna@live.com> | 2022-10-15 09:55:12 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-15 09:55:12 -0700 |
| commit | d021bedf50801161a49812f63c425b372347055b (patch) | |
| tree | 12664e74b67c630b324e6d78fd840ee2331cd3f4 /keyboards/boardrun | |
| parent | be1c9af209c491c13331fa1da895ce196ba2fcda (diff) | |
Remove RGBLIGHT_ANIMTION and clean up effect defines for 0-F (#18725)
Diffstat (limited to 'keyboards/boardrun')
| -rw-r--r-- | keyboards/boardrun/bizarre/config.h | 11 | ||||
| -rw-r--r-- | keyboards/boardrun/classic/config.h | 11 |
2 files changed, 20 insertions, 2 deletions
diff --git a/keyboards/boardrun/bizarre/config.h b/keyboards/boardrun/bizarre/config.h index 5b9fb46286..4ed73b7829 100644 --- a/keyboards/boardrun/bizarre/config.h +++ b/keyboards/boardrun/bizarre/config.h | |||
| @@ -66,7 +66,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 66 | 66 | ||
| 67 | // ws2812 options | 67 | // ws2812 options |
| 68 | #define RGB_DI_PIN B7 // pin the DI on the ws2812 is hooked-up to | 68 | #define RGB_DI_PIN B7 // pin the DI on the ws2812 is hooked-up to |
| 69 | #define RGBLIGHT_ANIMATIONS // run RGB animations | 69 | #define RGBLIGHT_EFFECT_BREATHING |
| 70 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 71 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 72 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 73 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 74 | #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 75 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 76 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 77 | #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 78 | #define RGBLIGHT_EFFECT_TWINKLE | ||
| 70 | #define RGBLED_NUM 15 // number of LEDs | 79 | #define RGBLED_NUM 15 // number of LEDs |
| 71 | #define RGBLIGHT_HUE_STEP 12 // units to step when in/decreasing hue | 80 | #define RGBLIGHT_HUE_STEP 12 // units to step when in/decreasing hue |
| 72 | #define RGBLIGHT_SAT_STEP 25 // units to step when in/decresing saturation | 81 | #define RGBLIGHT_SAT_STEP 25 // units to step when in/decresing saturation |
diff --git a/keyboards/boardrun/classic/config.h b/keyboards/boardrun/classic/config.h index f65abc2ff4..9af3c98d86 100644 --- a/keyboards/boardrun/classic/config.h +++ b/keyboards/boardrun/classic/config.h | |||
| @@ -66,7 +66,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 66 | 66 | ||
| 67 | // ws2812 options | 67 | // ws2812 options |
| 68 | #define RGB_DI_PIN B7 // pin the DI on the ws2812 is hooked-up to | 68 | #define RGB_DI_PIN B7 // pin the DI on the ws2812 is hooked-up to |
| 69 | #define RGBLIGHT_ANIMATIONS // run RGB animations | 69 | #define RGBLIGHT_EFFECT_BREATHING |
| 70 | #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 71 | #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 72 | #define RGBLIGHT_EFFECT_SNAKE | ||
| 73 | #define RGBLIGHT_EFFECT_KNIGHT | ||
| 74 | #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 75 | #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 76 | #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 77 | #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 78 | #define RGBLIGHT_EFFECT_TWINKLE | ||
| 70 | #define RGBLED_NUM 14 // number of LEDs | 79 | #define RGBLED_NUM 14 // number of LEDs |
| 71 | #define RGBLIGHT_HUE_STEP 12 // units to step when in/decreasing hue | 80 | #define RGBLIGHT_HUE_STEP 12 // units to step when in/decreasing hue |
| 72 | #define RGBLIGHT_SAT_STEP 25 // units to step when in/decresing saturation | 81 | #define RGBLIGHT_SAT_STEP 25 // units to step when in/decresing saturation |
