diff options
Diffstat (limited to 'keyboards/terrazzo/terrazzo_effects/dino.h')
-rw-r--r-- | keyboards/terrazzo/terrazzo_effects/dino.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/terrazzo/terrazzo_effects/dino.h b/keyboards/terrazzo/terrazzo_effects/dino.h index 747ef6178..18c629f41 100644 --- a/keyboards/terrazzo/terrazzo_effects/dino.h +++ b/keyboards/terrazzo/terrazzo_effects/dino.h | |||
@@ -148,7 +148,7 @@ static uint8_t dino_bg[10][42] = { | |||
148 | }; | 148 | }; |
149 | 149 | ||
150 | void DINO(uint8_t i, bool dir) { | 150 | void DINO(uint8_t i, bool dir) { |
151 | led_matrix_set_index_value_all(0); | 151 | led_matrix_set_value_all(0); |
152 | if (dir) { | 152 | if (dir) { |
153 | terrazzo_draw_at(0, 7, 7, 8, dino_frames[i % 2]); | 153 | terrazzo_draw_at(0, 7, 7, 8, dino_frames[i % 2]); |
154 | } else { | 154 | } else { |