aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/runner3680/5x8
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/5x8
parent901edea9275b02acd02abb8257b6b33a217fce0c (diff)
downloadfirmware-2121de919253b52e94e66e3eae6af01c3f56f463.tar.gz
firmware-2121de919253b52e94e66e3eae6af01c3f56f463.tar.bz2
firmware-2121de919253b52e94e66e3eae6af01c3f56f463.zip
[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/5x8')
-rw-r--r--keyboards/runner3680/5x8/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/runner3680/5x8/config.h b/keyboards/runner3680/5x8/config.h
index 5c3066bf7..5349fa06a 100644
--- a/keyboards/runner3680/5x8/config.h
+++ b/keyboards/runner3680/5x8/config.h
@@ -54,6 +54,7 @@
#define RGBLED_NUM 80
#define RGBLIGHT_SPLIT
#define RGBLED_SPLIT { 40, 40 } // Number of LEDs
+#define RGBLIGHT_LIMIT_VAL 100
#define SOFT_SERIAL_PIN D2
#define SELECT_SOFT_SERIAL_SPEED 1