aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/keebio/iris/keymaps/sethBarberee/config.h1
-rw-r--r--keyboards/keebio/iris/keymaps/sethBarberee/rules.mk3
2 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/keebio/iris/keymaps/sethBarberee/config.h b/keyboards/keebio/iris/keymaps/sethBarberee/config.h
index fd5bda866..c031c0326 100644
--- a/keyboards/keebio/iris/keymaps/sethBarberee/config.h
+++ b/keyboards/keebio/iris/keymaps/sethBarberee/config.h
@@ -35,6 +35,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
35#define RGBLIGHT_HUE_STEP 8 35#define RGBLIGHT_HUE_STEP 8
36#define RGBLIGHT_SAT_STEP 8 36#define RGBLIGHT_SAT_STEP 8
37#define RGBLIGHT_VAL_STEP 8 37#define RGBLIGHT_VAL_STEP 8
38#undef RGBLED_SPLIT
38#define RGBLED_SPLIT { RGBLED_NUM, 0} // defined to sync animations 39#define RGBLED_SPLIT { RGBLED_NUM, 0} // defined to sync animations
39 40
40#define FORCE_NKRO // force NKRO on by default 41#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 d7bc1927d..5df198b7b 100644
--- a/keyboards/keebio/iris/keymaps/sethBarberee/rules.mk
+++ b/keyboards/keebio/iris/keymaps/sethBarberee/rules.mk
@@ -1,8 +1,9 @@
1BOOTMAGIC_ENABLE = no 1BOOTMAGIC_ENABLE = no
2CONSOLE_ENABLE = no
2EXTRAKEY_ENABLE = yes # Audio control and System control(+450) 3EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
3NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 4NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
4BACKLIGHT_ENABLE = yes # Enable my Red LEDS 5BACKLIGHT_ENABLE = yes # Enable my Red LEDS
5RGBLIGHT_ENABLE = yes # Enable my RGBS 6RGBLIGHT_ENABLE = yes # Enable my RGBS
6VELOCIKEY_ENABLE = yes # I like RGB 7VELOCIKEY_ENABLE = yes # I like RGB
7TAP_DANCE_ENABLE = yes # fancy fancy Caps 8TAP_DANCE_ENABLE = yes # fancy fancy Caps
8LINK_TIME_OPTIMIZATION = yes # Enable link time optimization 9LTO_ENABLE = yes # Enable link time optimization