Remove RGB_DI_PIN
ifdefs (#20218)
This commit is contained in:
@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#pragma once
|
||||
|
||||
#define RGB_DI_PIN E2
|
||||
#ifdef RGB_DI_PIN
|
||||
#define RGBLED_NUM 20 /* 16 underglow LEDs, 4 top LEDs */
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
@@ -36,4 +35,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define RGBLIGHT_EFFECT_SNAKE
|
||||
#define RGBLIGHT_EFFECT_STATIC_GRADIENT
|
||||
#define RGBLIGHT_EFFECT_TWINKLE
|
||||
#endif
|
||||
|
@@ -10,7 +10,7 @@
|
||||
#define RGB_DI_PIN E2
|
||||
|
||||
// RGB Matrix config
|
||||
#if defined(RGB_DI_PIN) && defined(RGB_MATRIX_ENABLE)
|
||||
#if defined(RGB_MATRIX_ENABLE)
|
||||
|
||||
#define RGB_MATRIX_LED_COUNT 94
|
||||
|
||||
|
Reference in New Issue
Block a user