aboutsummaryrefslogtreecommitdiff
path: root/keyboards/terrazzo/terrazzo_effects/outrun.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/terrazzo/terrazzo_effects/outrun.h')
-rw-r--r--keyboards/terrazzo/terrazzo_effects/outrun.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/terrazzo/terrazzo_effects/outrun.h b/keyboards/terrazzo/terrazzo_effects/outrun.h
index b4455ef49..127e714b2 100644
--- a/keyboards/terrazzo/terrazzo_effects/outrun.h
+++ b/keyboards/terrazzo/terrazzo_effects/outrun.h
@@ -89,7 +89,7 @@ bool last_dir;
89uint8_t change_index = 0; 89uint8_t change_index = 0;
90 90
91void OUTRUN(uint8_t i, bool dir) { 91void OUTRUN(uint8_t i, bool dir) {
92 led_matrix_set_index_value_all(0); 92 led_matrix_set_value_all(0);
93 93
94 if(dir != last_dir) { 94 if(dir != last_dir) {
95 change_index = i; 95 change_index = i;