-
-
Notifications
You must be signed in to change notification settings - Fork 39.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update for LTO and guard RGBLED_SPLIT
- Loading branch information
1 parent
e34af63
commit ce81177
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |