diff options
author | Joel Challis <git@zvecr.com> | 2020-03-25 03:39:53 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-25 14:39:53 +1100 |
commit | 6ceaae30f519b63b4b56e0277dd459cccf2d0729 (patch) | |
tree | ef453f7a49b5570196bd9ee7e32b9e7a7b5b3c10 /quantum/rgb_matrix.c | |
parent | 5075a1d9e4bdc4af6563f3805f567913e36f7159 (diff) | |
download | qmk_firmware-6ceaae30f519b63b4b56e0277dd459cccf2d0729.tar.gz |
Run clang-format manually to fix recently changed files (#8552)
Diffstat (limited to 'quantum/rgb_matrix.c')
-rw-r--r-- | quantum/rgb_matrix.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/rgb_matrix.c b/quantum/rgb_matrix.c index 1a9cf82e5..3fae9d737 100644 --- a/quantum/rgb_matrix.c +++ b/quantum/rgb_matrix.c @@ -111,7 +111,6 @@ const point_t k_rgb_matrix_center = RGB_MATRIX_CENTER; # define RGB_MATRIX_STARTUP_SPD UINT8_MAX / 2 #endif - bool g_suspend_state = false; rgb_config_t rgb_matrix_config; |