[Keymap] Update my iris keymap for LTO and rgbled split (#7849)
This commit is contained in:
parent
af77912d2d
commit
b1b52c37c7
2 changed files with 3 additions and 1 deletions
|
@ -35,6 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#define RGBLIGHT_HUE_STEP 8
|
#define RGBLIGHT_HUE_STEP 8
|
||||||
#define RGBLIGHT_SAT_STEP 8
|
#define RGBLIGHT_SAT_STEP 8
|
||||||
#define RGBLIGHT_VAL_STEP 8
|
#define RGBLIGHT_VAL_STEP 8
|
||||||
|
#undef RGBLED_SPLIT
|
||||||
#define RGBLED_SPLIT { RGBLED_NUM, 0} // defined to sync animations
|
#define RGBLED_SPLIT { RGBLED_NUM, 0} // defined to sync animations
|
||||||
|
|
||||||
#define FORCE_NKRO // force NKRO on by default
|
#define FORCE_NKRO // force NKRO on by default
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
BOOTMAGIC_ENABLE = no
|
BOOTMAGIC_ENABLE = no
|
||||||
|
CONSOLE_ENABLE = no
|
||||||
EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
|
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
|
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
|
BACKLIGHT_ENABLE = yes # Enable my Red LEDS
|
||||||
RGBLIGHT_ENABLE = yes # Enable my RGBS
|
RGBLIGHT_ENABLE = yes # Enable my RGBS
|
||||||
VELOCIKEY_ENABLE = yes # I like RGB
|
VELOCIKEY_ENABLE = yes # I like RGB
|
||||||
TAP_DANCE_ENABLE = yes # fancy fancy Caps
|
TAP_DANCE_ENABLE = yes # fancy fancy Caps
|
||||||
LINK_TIME_OPTIMIZATION = yes # Enable link time optimization
|
LTO_ENABLE = yes # Enable link time optimization
|
||||||
|
|
Loading…
Reference in a new issue