diff options
| author | QMK Bot | 2025-11-30 21:46:22 +0100 |
|---|---|---|
| committer | GitHub | 2025-11-30 21:46:22 +0100 |
| commit | 43bbb5e99a2c552c127d30dfdf317fb70b143b40 (patch) | |
| tree | 4269efb53cae22f89e1653c2253255333d5b5813 /quantum/led_matrix/led_matrix.c | |
| parent | ee60542bd6aa8d96714516f7f42b02fbd8105fcb (diff) | |
[CI] Format code according to conventions (#25828)
Format code according to conventions
Diffstat (limited to 'quantum/led_matrix/led_matrix.c')
| -rw-r--r-- | quantum/led_matrix/led_matrix.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/quantum/led_matrix/led_matrix.c b/quantum/led_matrix/led_matrix.c index 715d520d1c..a751f08c75 100644 --- a/quantum/led_matrix/led_matrix.c +++ b/quantum/led_matrix/led_matrix.c @@ -71,8 +71,7 @@ last_hit_t g_last_hit_tracker; #endif // LED_MATRIX_KEYREACTIVE_ENABLED #ifndef LED_MATRIX_FLAG_STEPS -# define LED_MATRIX_FLAG_STEPS \ - { LED_FLAG_ALL, LED_FLAG_KEYLIGHT | LED_FLAG_MODIFIER, LED_FLAG_NONE } +# define LED_MATRIX_FLAG_STEPS {LED_FLAG_ALL, LED_FLAG_KEYLIGHT | LED_FLAG_MODIFIER, LED_FLAG_NONE} #endif static const uint8_t led_matrix_flag_steps[] = LED_MATRIX_FLAG_STEPS; #define LED_MATRIX_FLAG_STEPS_COUNT ARRAY_SIZE(led_matrix_flag_steps) |