Skip to content

Commit

Permalink
Reduce RGB maximum brightness (qmk#19618)
Browse files Browse the repository at this point in the history
  • Loading branch information
filterpaper committed Jan 18, 2023
1 parent 737e6bf commit eb7a8d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/gopolar/gg86/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb7a8d9

Please sign in to comment.