diff options
Diffstat (limited to 'keyboards/terrazzo/terrazzo_effects/pac_dude.h')
| -rw-r--r-- | keyboards/terrazzo/terrazzo_effects/pac_dude.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/terrazzo/terrazzo_effects/pac_dude.h b/keyboards/terrazzo/terrazzo_effects/pac_dude.h index aa4fc9923..aaf0c5545 100644 --- a/keyboards/terrazzo/terrazzo_effects/pac_dude.h +++ b/keyboards/terrazzo/terrazzo_effects/pac_dude.h | |||
| @@ -51,7 +51,7 @@ static uint8_t pac_ghost[20] = { | |||
| 51 | 51 | ||
| 52 | 52 | ||
| 53 | void PAC_DUDE(uint8_t i, bool dir) { | 53 | void PAC_DUDE(uint8_t i, bool dir) { |
| 54 | led_matrix_set_index_value_all(0); | 54 | led_matrix_set_value_all(0); |
| 55 | if (dir) { | 55 | if (dir) { |
| 56 | terrazzo_draw_at(1, 4, 5, 5, pac_frames[i % 2]); | 56 | terrazzo_draw_at(1, 4, 5, 5, pac_frames[i % 2]); |
| 57 | terrazzo_set_pixel(3, 0 + i % 3, 5); | 57 | terrazzo_set_pixel(3, 0 + i % 3, 5); |
