diff options
Diffstat (limited to 'keyboards/fallacy/indicators.c')
-rwxr-xr-x | keyboards/fallacy/indicators.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/fallacy/indicators.c b/keyboards/fallacy/indicators.c index 08c500064..dcf1b4de0 100755 --- a/keyboards/fallacy/indicators.c +++ b/keyboards/fallacy/indicators.c | |||
@@ -54,7 +54,7 @@ void set_fallacy_led(int index, bool state) { | |||
54 | 54 | ||
55 | /* define LED matrix | 55 | /* define LED matrix |
56 | */ | 56 | */ |
57 | const is31_led g_is31_leds[DRIVER_LED_TOTAL] = { | 57 | const is31_led __flash g_is31_leds[DRIVER_LED_TOTAL] = { |
58 | {0, C1_1}, | 58 | {0, C1_1}, |
59 | {0, C2_1}, | 59 | {0, C2_1}, |
60 | {0, C3_1}, | 60 | {0, C3_1}, |