Skip to content

Commit

Permalink
Removed unnecessary define for maximum brightness (default value is i…
Browse files Browse the repository at this point in the history
…dentical)
  • Loading branch information
fpb committed Nov 18, 2023
1 parent 4373488 commit 981dc6a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion keyboards/royal_kludge/rk61_rgb/config_led.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Backlight configuration
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 255
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_LIMIT_VAL 255
#define RGBLIGHT_SAT_STEP 17
Expand Down
1 change: 0 additions & 1 deletion keyboards/royal_kludge/rk68_rgb/config_led.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// Backlight configuration
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_MAXIMUM_BRIGHTNESS 255
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_LIMIT_VAL 255
#define RGBLIGHT_SAT_STEP 17
Expand Down

0 comments on commit 981dc6a

Please sign in to comment.