summaryrefslogtreecommitdiff
path: root/keyboards/runner3680/3x7/config.h
diff options
context:
space:
mode:
authoromkbd <takuya.electronics@gmail.com>2019-07-12 04:27:13 +0900
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-07-11 12:27:13 -0700
commit2121de919253b52e94e66e3eae6af01c3f56f463 (patch)
tree16dd6e81e167d8ed5379cf31a04bd09bbe515e1f /keyboards/runner3680/3x7/config.h
parent901edea9275b02acd02abb8257b6b33a217fce0c (diff)
[Keyboard] [runner3680] Fix the number of keys (#6302)
* Fix the number of keys * add RGBLIGHT_LIMIT_VAL * fix RGBLED_NUM and COLS
Diffstat (limited to 'keyboards/runner3680/3x7/config.h')
-rw-r--r--keyboards/runner3680/3x7/config.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/runner3680/3x7/config.h b/keyboards/runner3680/3x7/config.h
index 4c864f1d02..e0e6ae8e06 100644
--- a/keyboards/runner3680/3x7/config.h
+++ b/keyboards/runner3680/3x7/config.h
@@ -26,8 +26,8 @@
/* key matrix size */
// Rows are doubled-up
-#define MATRIX_ROWS 10
-#define MATRIX_COLS 8
+#define MATRIX_ROWS 6
+#define MATRIX_COLS 7
// wiring of each half
#define MATRIX_ROW_PINS { D4, C6, D7 }
@@ -51,9 +51,10 @@
/* ws2812 RGB LED */
#define RGB_DI_PIN D3
#define RGBLIGHT_ANIMATIONS
-#define RGBLED_NUM 70
+#define RGBLED_NUM 42
#define RGBLIGHT_SPLIT
-#define RGBLED_SPLIT { 35, 35 } // Number of LEDs
+#define RGBLED_SPLIT { 21, 21 } // Number of LEDs
+#define RGBLIGHT_LIMIT_VAL 100
#define SOFT_SERIAL_PIN D2
#define SELECT_SOFT_SERIAL_SPEED 1