Skip to content

Commit

Permalink
Format code according to conventions (qmk#12024)
Browse files Browse the repository at this point in the history
Co-authored-by: QMK Bot <[email protected]>
  • Loading branch information
2 people authored and drashna committed May 16, 2021
1 parent b9dba9c commit 9cde9af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -471,4 +471,4 @@ static void md_rgb_matrix_config_override(int i) {
}

# endif // USE_MASSDROP_CONFIGURATOR
#endif // RGB_MATRIX_ENABLE
#endif // RGB_MATRIX_ENABLE
2 changes: 1 addition & 1 deletion tmk_core/protocol/arm_atsam/md_rgb_matrix_programs.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ void *led_setups[] = {leds_rainbow_s, leds_rainbow_ns, leds_teal_salmon, leds_ye
const uint8_t led_setups_count = sizeof(led_setups) / sizeof(led_setups[0]);

# endif // USE_MASSDROP_CONFIGURATOR
#endif // RGB_MATRIX_ENABLE
#endif // RGB_MATRIX_ENABLE

0 comments on commit 9cde9af

Please sign in to comment.