diff options
Diffstat (limited to 'keyboards/terrazzo/terrazzo_effects/heart.h')
-rw-r--r-- | keyboards/terrazzo/terrazzo_effects/heart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/terrazzo/terrazzo_effects/heart.h b/keyboards/terrazzo/terrazzo_effects/heart.h index bdcd2d7b9..bfbd6acc3 100644 --- a/keyboards/terrazzo/terrazzo_effects/heart.h +++ b/keyboards/terrazzo/terrazzo_effects/heart.h | |||
@@ -91,7 +91,7 @@ static uint8_t heart_frames[4][105] = { | |||
91 | 91 | ||
92 | 92 | ||
93 | void HEART(uint8_t i, bool dir) { | 93 | void HEART(uint8_t i, bool dir) { |
94 | led_matrix_set_index_value_all(0); | 94 | led_matrix_set_value_all(0); |
95 | terrazzo_draw_at(0, 0, 7, 15, heart_frames[i % 4]); | 95 | terrazzo_draw_at(0, 0, 7, 15, heart_frames[i % 4]); |
96 | } | 96 | } |
97 | 97 | ||