Skip to content

Commit

Permalink
update for LTO and guard RGBLED_SPLIT
Browse files Browse the repository at this point in the history
  • Loading branch information
SethBarberee committed Jan 10, 2020
1 parent e34af63 commit ce81177
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion keyboards/keebio/iris/keymaps/sethBarberee/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
#define RGBLED_SPLIT { RGBLED_NUM, 0} // defined to sync animations
#undef RGBLED_SPLIT
#define RGBLED_SPLIT { RGBLED_NUM, 0}

#define FORCE_NKRO // force NKRO on by default

Expand Down
3 changes: 2 additions & 1 deletion keyboards/keebio/iris/keymaps/sethBarberee/rules.mk
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
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
LINK_TIME_OPTIMIZATION = yes # Enable link time optimization
LTO_ENABLE = yes # Enable link time optimization

0 comments on commit ce81177

Please sign in to comment.