diff options
| author | Drashna Jaelre <drashna@live.com> | 2021-04-28 19:39:54 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-29 12:39:54 +1000 |
| commit | d8167779cdfb243cb140782210d2cc6a7cb9b123 (patch) | |
| tree | 52a05a41568f5dbb0d3ba931c0d401ad03504410 /quantum/led_matrix.h | |
| parent | 7409f03cbf7a863e0c2c949de2a5a276f5661c04 (diff) | |
| download | qmk_firmware-d8167779cdfb243cb140782210d2cc6a7cb9b123.tar.gz qmk_firmware-d8167779cdfb243cb140782210d2cc6a7cb9b123.zip | |
Change RGB/LED Matrix to use a simple define for USB suspend (#12697)
Diffstat (limited to 'quantum/led_matrix.h')
| -rw-r--r-- | quantum/led_matrix.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/led_matrix.h b/quantum/led_matrix.h index f35bbe209..a3fa552b0 100644 --- a/quantum/led_matrix.h +++ b/quantum/led_matrix.h | |||
| @@ -134,7 +134,6 @@ extern const led_matrix_driver_t led_matrix_driver; | |||
| 134 | 134 | ||
| 135 | extern led_eeconfig_t led_matrix_eeconfig; | 135 | extern led_eeconfig_t led_matrix_eeconfig; |
| 136 | 136 | ||
| 137 | extern bool g_suspend_state; | ||
| 138 | extern uint32_t g_led_timer; | 137 | extern uint32_t g_led_timer; |
| 139 | extern led_config_t g_led_config; | 138 | extern led_config_t g_led_config; |
| 140 | #ifdef LED_MATRIX_KEYREACTIVE_ENABLED | 139 | #ifdef LED_MATRIX_KEYREACTIVE_ENABLED |
