diff options
Diffstat (limited to 'quantum/rgb_matrix.c')
-rw-r--r-- | quantum/rgb_matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgb_matrix.c b/quantum/rgb_matrix.c index e716c6aad..ab8dbd849 100644 --- a/quantum/rgb_matrix.c +++ b/quantum/rgb_matrix.c | |||
@@ -67,7 +67,7 @@ __attribute__((weak)) RGB rgb_matrix_hsv_to_rgb(HSV hsv) { return hsv_to_rgb(hsv | |||
67 | # define RGB_DISABLE_TIMEOUT 0 | 67 | # define RGB_DISABLE_TIMEOUT 0 |
68 | #endif | 68 | #endif |
69 | 69 | ||
70 | #if RGB_DISABLE_WHEN_USB_SUSPENDED == false | 70 | #if RGB_DISABLE_WHEN_USB_SUSPENDED != 1 |
71 | # undef RGB_DISABLE_WHEN_USB_SUSPENDED | 71 | # undef RGB_DISABLE_WHEN_USB_SUSPENDED |
72 | #endif | 72 | #endif |
73 | 73 | ||