diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2021-04-13 19:58:34 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-13 19:58:34 +1000 |
| commit | 333cd4ec9b31eddaceeaa719acbe56b23a507417 (patch) | |
| tree | 23763873dfbb85b14588d422f7494acc9d0a37d5 /quantum/led_matrix.c | |
| parent | 30f38c49525b32e7a13633a5f95ab6587bac2d55 (diff) | |
| download | qmk_firmware-333cd4ec9b31eddaceeaa719acbe56b23a507417.tar.gz qmk_firmware-333cd4ec9b31eddaceeaa719acbe56b23a507417.zip | |
[CI] Format code according to conventions (#12570)
Co-authored-by: QMK Bot <hello@qmk.fm>
Diffstat (limited to 'quantum/led_matrix.c')
| -rw-r--r-- | quantum/led_matrix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/led_matrix.c b/quantum/led_matrix.c index 5258b3acf..4f05109b1 100644 --- a/quantum/led_matrix.c +++ b/quantum/led_matrix.c | |||
| @@ -192,7 +192,7 @@ void led_matrix_task(void) { | |||
| 192 | 192 | ||
| 193 | // Ideally we would also stop sending zeros to the LED driver PWM buffers | 193 | // Ideally we would also stop sending zeros to the LED driver PWM buffers |
| 194 | // while suspended and just do a software shutdown. This is a cheap hack for now. | 194 | // while suspended and just do a software shutdown. This is a cheap hack for now. |
| 195 | bool suspend_backlight = | 195 | bool suspend_backlight = |
| 196 | #if LED_DISABLE_WHEN_USB_SUSPENDED == true | 196 | #if LED_DISABLE_WHEN_USB_SUSPENDED == true |
| 197 | g_suspend_state || | 197 | g_suspend_state || |
| 198 | #endif // LED_DISABLE_WHEN_USB_SUSPENDED == true | 198 | #endif // LED_DISABLE_WHEN_USB_SUSPENDED == true |
