diff options
| author | Ryan <fauxpark@gmail.com> | 2023-05-27 12:27:44 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-27 12:27:44 +1000 |
| commit | 363bfdbfda5ea9fa996390920a9e8982535b76c8 (patch) | |
| tree | 65684518b21240b47f7a64d8f0462e246ede70cc /keyboards/draytronics | |
| parent | 8fdcba12e684e7b1f0934fc9dc622e8e51f1deb9 (diff) | |
Move `RGBLIGHT_LIMIT_VAL` to data driven (#20974)
Co-authored-by: Nick Brassel <nick@tzarc.org>
Diffstat (limited to 'keyboards/draytronics')
| -rw-r--r-- | keyboards/draytronics/daisy/config.h | 1 | ||||
| -rw-r--r-- | keyboards/draytronics/elise/config.h | 1 | ||||
| -rw-r--r-- | keyboards/draytronics/elise_v2/config.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/draytronics/daisy/config.h b/keyboards/draytronics/daisy/config.h index 440abdc9f7..7b12915393 100644 --- a/keyboards/draytronics/daisy/config.h +++ b/keyboards/draytronics/daisy/config.h | |||
| @@ -43,7 +43,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 43 | #define RGBLIGHT_HUE_STEP 8 | 43 | #define RGBLIGHT_HUE_STEP 8 |
| 44 | #define RGBLIGHT_SAT_STEP 8 | 44 | #define RGBLIGHT_SAT_STEP 8 |
| 45 | #define RGBLIGHT_VAL_STEP 8 | 45 | #define RGBLIGHT_VAL_STEP 8 |
| 46 | #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ | ||
| 47 | #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | 46 | #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ |
| 48 | /*== all animations enable ==*/ | 47 | /*== all animations enable ==*/ |
| 49 | #define RGBLIGHT_EFFECT_BREATHING | 48 | #define RGBLIGHT_EFFECT_BREATHING |
diff --git a/keyboards/draytronics/elise/config.h b/keyboards/draytronics/elise/config.h index 5c7b6994c9..9d35099552 100644 --- a/keyboards/draytronics/elise/config.h +++ b/keyboards/draytronics/elise/config.h | |||
| @@ -28,7 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 28 | #define RGBLIGHT_HUE_STEP 8 | 28 | #define RGBLIGHT_HUE_STEP 8 |
| 29 | #define RGBLIGHT_SAT_STEP 8 | 29 | #define RGBLIGHT_SAT_STEP 8 |
| 30 | #define RGBLIGHT_VAL_STEP 8 | 30 | #define RGBLIGHT_VAL_STEP 8 |
| 31 | #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ | ||
| 32 | #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | 31 | #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ |
| 33 | /*== all animations enable ==*/ | 32 | /*== all animations enable ==*/ |
| 34 | #define RGBLIGHT_EFFECT_BREATHING | 33 | #define RGBLIGHT_EFFECT_BREATHING |
diff --git a/keyboards/draytronics/elise_v2/config.h b/keyboards/draytronics/elise_v2/config.h index 8984b05e2c..fdbdb23ce4 100644 --- a/keyboards/draytronics/elise_v2/config.h +++ b/keyboards/draytronics/elise_v2/config.h | |||
| @@ -28,7 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 28 | #define RGBLIGHT_HUE_STEP 8 | 28 | #define RGBLIGHT_HUE_STEP 8 |
| 29 | #define RGBLIGHT_SAT_STEP 8 | 29 | #define RGBLIGHT_SAT_STEP 8 |
| 30 | #define RGBLIGHT_VAL_STEP 8 | 30 | #define RGBLIGHT_VAL_STEP 8 |
| 31 | #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ | ||
| 32 | #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | 31 | #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ |
| 33 | /*== all animations enable ==*/ | 32 | /*== all animations enable ==*/ |
| 34 | #define RGBLIGHT_EFFECT_BREATHING | 33 | #define RGBLIGHT_EFFECT_BREATHING |
