diff options
author | Albert Y <76888457+filterpaper@users.noreply.github.com> | 2023-01-18 09:22:19 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-18 01:22:19 +0000 |
commit | eb7a8d994af9befe7ff7742d19b03c297f5e6351 (patch) | |
tree | 0c6a7b88d22aff0169e00f1b1ea87e189dd3aeb0 /keyboards/gopolar | |
parent | 737e6bf027e43235c8db31a727b4c8bc9f44e6de (diff) |
Reduce RGB maximum brightness (#19618)
Diffstat (limited to 'keyboards/gopolar')
-rw-r--r-- | keyboards/gopolar/gg86/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/gopolar/gg86/config.h b/keyboards/gopolar/gg86/config.h index cbbb859114..4d5fc543d5 100644 --- a/keyboards/gopolar/gg86/config.h +++ b/keyboards/gopolar/gg86/config.h @@ -42,7 +42,7 @@ /* RGB Matrix config */ #define RGB_DI_PIN E2 #define RGB_MATRIX_LED_COUNT 100 - #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200 + #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150 #define RGB_MATRIX_DEFAULT_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS #define RGB_MATRIX_KEYPRESSES |