Skip to content

Commit

Permalink
Update brightness defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Oct 30, 2021
1 parent 5d75796 commit 0b49db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tmk_core/protocol/arm_atsam/md_rgb_matrix.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ EECONFIG_DEBOUNCE_HELPER(md_led, EECONFIG_MD_LED, md_led_config);
void eeconfig_update_md_led_default(void) {
md_led_config.ver = MD_LED_CONFIG_VERSION;

gcr_desired = 0;
gcr_desired = LED_GCR_MAX;
led_animation_orientation = 0;
led_animation_direction = 0;
led_animation_breathing = 0;
Expand Down

0 comments on commit 0b49db5

Please sign in to comment.