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 f35bbe2096..a3fa552b0a 100644 --- a/quantum/led_matrix.h +++ b/quantum/led_matrix.h @@ -134,7 +134,6 @@ extern const led_matrix_driver_t led_matrix_driver; extern led_eeconfig_t led_matrix_eeconfig; -extern bool g_suspend_state; extern uint32_t g_led_timer; extern led_config_t g_led_config; #ifdef LED_MATRIX_KEYREACTIVE_ENABLED |