From 67da0ce9f38777064ad094c1ecba7ce17a40994f Mon Sep 17 00:00:00 2001 From: Seth Barberee Date: Thu, 9 Jan 2020 22:10:19 -0600 Subject: [PATCH] Revert "update for LTO and guard RGBLED_SPLIT" This reverts commit ce81177cbe330ae3e1e14c264dc0cb0946f08d70. --- keyboards/keebio/iris/keymaps/sethBarberee/config.h | 3 +-- keyboards/keebio/iris/keymaps/sethBarberee/rules.mk | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/keyboards/keebio/iris/keymaps/sethBarberee/config.h b/keyboards/keebio/iris/keymaps/sethBarberee/config.h index bd4030271bc..fd5bda86663 100644 --- a/keyboards/keebio/iris/keymaps/sethBarberee/config.h +++ b/keyboards/keebio/iris/keymaps/sethBarberee/config.h @@ -35,8 +35,7 @@ along with this program. If not, see . #define RGBLIGHT_HUE_STEP 8 #define RGBLIGHT_SAT_STEP 8 #define RGBLIGHT_VAL_STEP 8 -#undef RGBLED_SPLIT -#define RGBLED_SPLIT { RGBLED_NUM, 0} +#define RGBLED_SPLIT { RGBLED_NUM, 0} // defined to sync animations #define FORCE_NKRO // force NKRO on by default diff --git a/keyboards/keebio/iris/keymaps/sethBarberee/rules.mk b/keyboards/keebio/iris/keymaps/sethBarberee/rules.mk index 5df198b7bcc..d7bc1927dcd 100644 --- a/keyboards/keebio/iris/keymaps/sethBarberee/rules.mk +++ b/keyboards/keebio/iris/keymaps/sethBarberee/rules.mk @@ -1,9 +1,8 @@ BOOTMAGIC_ENABLE = no -CONSOLE_ENABLE = no EXTRAKEY_ENABLE = yes # Audio control and System control(+450) NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = yes # Enable my Red LEDS RGBLIGHT_ENABLE = yes # Enable my RGBS VELOCIKEY_ENABLE = yes # I like RGB TAP_DANCE_ENABLE = yes # fancy fancy Caps -LTO_ENABLE = yes # Enable link time optimization +LINK_TIME_OPTIMIZATION = yes # Enable link time optimization