diff options
author | Ryan <fauxpark@gmail.com> | 2023-12-02 01:05:46 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-01 14:05:46 +0000 |
commit | afa0eab37462e9335832190dedd040679d9cb746 (patch) | |
tree | bb62606505d22b259d4bd709ff718b96af2c8375 /keyboards/atlantis/ak81_ve | |
parent | 28dc7ba6a8217a81002d7386b8cb39b7d9da2581 (diff) |
Fix a bunch of CLI warnings (#22589)
Diffstat (limited to 'keyboards/atlantis/ak81_ve')
-rw-r--r-- | keyboards/atlantis/ak81_ve/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/atlantis/ak81_ve/config.h b/keyboards/atlantis/ak81_ve/config.h index 28a4e88893..c6e12504a3 100644 --- a/keyboards/atlantis/ak81_ve/config.h +++ b/keyboards/atlantis/ak81_ve/config.h @@ -27,9 +27,7 @@ #define RGB_DISABLE_WHEN_USB_SUSPENDED true #define RGB_MATRIX_LED_COUNT 96 #define RGB_MATRIX_DEFAULT_HUE 170 -#define RGB_MATRIX_DEFAULT_SAT 255 #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 130 -#define RGB_MATRIX_DEFAULT_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS #define ENABLE_RGB_MATRIX_ALPHAS_MODS // Static dual hue, speed is hue for secondary hue #define ENABLE_RGB_MATRIX_GRADIENT_UP_DOWN // Static gradient top to bottom, speed controls how much gradient changes |