summaryrefslogtreecommitdiff
path: root/keyboards/rgbkb/sol/rev2/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/rgbkb/sol/rev2/config.h')
-rw-r--r--keyboards/rgbkb/sol/rev2/config.h24
1 files changed, 12 insertions, 12 deletions
diff --git a/keyboards/rgbkb/sol/rev2/config.h b/keyboards/rgbkb/sol/rev2/config.h
index 6613b447b2..360ccbc762 100644
--- a/keyboards/rgbkb/sol/rev2/config.h
+++ b/keyboards/rgbkb/sol/rev2/config.h
@@ -28,23 +28,23 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* ws2812 RGB LED */
#define RGB_DI_PIN B7
-#define BACKLIGHT_LEDS 124
-
+// Underglow / DIY Tent Glow are parallel to the top row leds, no separate define
#ifdef FULLHAND_ENABLE
- #define FULLHAND_LEDS 24
+ #ifdef LED_MIRRORED
+ #define RGBLED_NUM 74
+ #else
+ #define RGBLED_NUM 148
+ #endif
#elif SF_ENABLE
- #define FULLHAND_LEDS 38
+ #ifdef LED_MIRRORED
+ #define RGBLED_NUM 81
+ #else
+ #define RGBLED_NUM 162
+ #endif
#else
- #define FULLHAND_LEDS 0
+ #define RGBLED_NUM 0
#endif
-// Underglow / DIY Tent Glow are parallel to the top row leds, no separate define
-
-#ifdef LED_MIRRORED
- #define RGBLED_NUM ((BACKLIGHT_LEDS + FULLHAND_LEDS) / 2)
-#else
- #define RGBLED_NUM (BACKLIGHT_LEDS + FULLHAND_LEDS)
-#endif
#define DRIVER_LED_TOTAL RGBLED_NUM
#define RGB_MATRIX_CENTER { 112, 37 }