diff options
author | Ryan <fauxpark@gmail.com> | 2021-04-13 19:51:31 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 19:51:31 +1000 |
commit | a28fbcda2306634c74e196ce98f8bebb701445b0 (patch) | |
tree | 31e24d9b9e9c35de22724be01cf0be11b319fb2a /keyboards/terrazzo/terrazzo_effects/outrun.h | |
parent | ce99f98bb5217ede628cfbf7e20924346b4279da (diff) |
Terrazzo: Fix wrong LED Matrix function names (#12561)
Diffstat (limited to 'keyboards/terrazzo/terrazzo_effects/outrun.h')
-rw-r--r-- | keyboards/terrazzo/terrazzo_effects/outrun.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/terrazzo/terrazzo_effects/outrun.h b/keyboards/terrazzo/terrazzo_effects/outrun.h index b4455ef49f..127e714b2f 100644 --- a/keyboards/terrazzo/terrazzo_effects/outrun.h +++ b/keyboards/terrazzo/terrazzo_effects/outrun.h @@ -89,7 +89,7 @@ bool last_dir; uint8_t change_index = 0; void OUTRUN(uint8_t i, bool dir) { - led_matrix_set_index_value_all(0); + led_matrix_set_value_all(0); if(dir != last_dir) { change_index = i; |