diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-05-29 13:53:10 -0700 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-05-29 13:53:10 -0700 |
commit | 7d1194de01ea94f065bd5176607b4d66279ef51b (patch) | |
tree | 337ab0498a929285a234518fee34a4d9dcf51656 /quantum/rgb_matrix_drivers.c | |
parent | e628051505cca7674c37b417ba91af1c69dbbd86 (diff) | |
download | qmk_firmware-7d1194de01ea94f065bd5176607b4d66279ef51b.tar.gz qmk_firmware-7d1194de01ea94f065bd5176607b4d66279ef51b.zip |
run: qmk cformat --core-only
Diffstat (limited to 'quantum/rgb_matrix_drivers.c')
-rw-r--r-- | quantum/rgb_matrix_drivers.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/quantum/rgb_matrix_drivers.c b/quantum/rgb_matrix_drivers.c index a4db86d19..896fa6d0e 100644 --- a/quantum/rgb_matrix_drivers.c +++ b/quantum/rgb_matrix_drivers.c | |||
@@ -146,9 +146,9 @@ static void flush(void) { | |||
146 | } | 146 | } |
147 | 147 | ||
148 | const rgb_matrix_driver_t rgb_matrix_driver = { | 148 | const rgb_matrix_driver_t rgb_matrix_driver = { |
149 | .init = init, | 149 | .init = init, |
150 | .flush = flush, | 150 | .flush = flush, |
151 | .set_color = IS31FL3733_set_color, | 151 | .set_color = IS31FL3733_set_color, |
152 | .set_color_all = IS31FL3733_set_color_all, | 152 | .set_color_all = IS31FL3733_set_color_all, |
153 | }; | 153 | }; |
154 | # elif defined(IS31FL3737) | 154 | # elif defined(IS31FL3737) |