diff options
author | zvecr <git@zvecr.com> | 2020-03-07 00:38:14 +0000 |
---|---|---|
committer | skullydazed <skullydazed@users.noreply.github.com> | 2020-03-06 22:29:01 -0800 |
commit | 5e1ce3988d81b5c60a6224664d45c67ac2ad7cd9 (patch) | |
tree | ecab7279c34ed62219aa443f9dd814cb30b80810 /quantum/led_tables.h | |
parent | dd05007f3be17f380c5615a83af7de9db26b58d3 (diff) | |
download | firmware-5e1ce3988d81b5c60a6224664d45c67ac2ad7cd9.tar.gz firmware-5e1ce3988d81b5c60a6224664d45c67ac2ad7cd9.tar.bz2 firmware-5e1ce3988d81b5c60a6224664d45c67ac2ad7cd9.zip |
Remove unused LED_BREATHING_TABLE
Diffstat (limited to 'quantum/led_tables.h')
-rw-r--r-- | quantum/led_tables.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/quantum/led_tables.h b/quantum/led_tables.h index af49bf332..8052d566c 100644 --- a/quantum/led_tables.h +++ b/quantum/led_tables.h @@ -23,8 +23,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. extern const uint8_t CIE1931_CURVE[] PROGMEM; #endif -#ifdef USE_LED_BREATHING_TABLE -extern const uint8_t LED_BREATHING_TABLE[] PROGMEM; -#endif - #endif |