forked from mirror/qmk_firmware
[CI] Format code according to conventions (#25828)
Format code according to conventions
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user