summaryrefslogtreecommitdiff
path: root/keyboards/runner3680/3x8/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/runner3680/3x8/config.h')
-rw-r--r--keyboards/runner3680/3x8/config.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/runner3680/3x8/config.h b/keyboards/runner3680/3x8/config.h
index 696b7f905b..0d4e3296a1 100644
--- a/keyboards/runner3680/3x8/config.h
+++ b/keyboards/runner3680/3x8/config.h
@@ -26,7 +26,7 @@
/* key matrix size */
// Rows are doubled-up
-#define MATRIX_ROWS 10
+#define MATRIX_ROWS 6
#define MATRIX_COLS 8
// wiring of each half
@@ -51,9 +51,10 @@
/* ws2812 RGB LED */
#define RGB_DI_PIN D3
#define RGBLIGHT_ANIMATIONS
-#define RGBLED_NUM 80
+#define RGBLED_NUM 48
#define RGBLIGHT_SPLIT
-#define RGBLED_SPLIT { 40, 40 } // Number of LEDs
+#define RGBLED_SPLIT { 24, 24 } // Number of LEDs
+#define RGBLIGHT_LIMIT_VAL 100
#define SOFT_SERIAL_PIN D2
#define SELECT_SOFT_SERIAL_SPEED 1