summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2021-07-16 19:16:39 +0000
committerQMK Bot <hello@qmk.fm>2021-07-16 19:16:39 +0000
commitcdae9a7b1965f2a40d33421b71933d3c1f276c07 (patch)
treeec7fe44c1b629dbfc312d3d0cf77446d66f0e8e7
parent3495ffab77f1b7ef8be7979f068b4de62fd4cc71 (diff)
parent932a67ced2c68363b07627ef4c095785f4ec5eee (diff)
Merge remote-tracking branch 'origin/master' into develop
-rw-r--r--keyboards/crkbd/post_config.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/keyboards/crkbd/post_config.h b/keyboards/crkbd/post_config.h
index e9b0e09dd4..00034a163c 100644
--- a/keyboards/crkbd/post_config.h
+++ b/keyboards/crkbd/post_config.h
@@ -29,3 +29,15 @@
#ifndef BOOTMAGIC_LITE_COLUMN_RIGHT
# define BOOTMAGIC_LITE_COLUMN_RIGHT 1
#endif
+
+#ifdef RGBLIGHT_ENABLE
+# ifndef RGBLIGHT_LIMIT_VAL
+# define RGBLIGHT_LIMIT_VAL 120
+# endif
+#endif
+
+#ifdef RGB_MATRIX_ENABLE
+# ifndef RGB_MATRIX_MAXIMUM_BRIGHTNESS
+# define RGB_MATRIX_MAXIMUM_BRIGHTNESS 120
+# endif
+#endif