diff options
| -rw-r--r-- | keyboards/keebio/iris/keymaps/sethBarberee/config.h | 1 | ||||
| -rw-r--r-- | keyboards/keebio/iris/keymaps/sethBarberee/rules.mk | 3 |
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 @@ | |||
| 1 | BOOTMAGIC_ENABLE = no | 1 | BOOTMAGIC_ENABLE = no |
| 2 | CONSOLE_ENABLE = no | ||
| 2 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) | 3 | EXTRAKEY_ENABLE = yes # Audio control and System control(+450) |
| 3 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 4 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 4 | BACKLIGHT_ENABLE = yes # Enable my Red LEDS | 5 | BACKLIGHT_ENABLE = yes # Enable my Red LEDS |
| 5 | RGBLIGHT_ENABLE = yes # Enable my RGBS | 6 | RGBLIGHT_ENABLE = yes # Enable my RGBS |
| 6 | VELOCIKEY_ENABLE = yes # I like RGB | 7 | VELOCIKEY_ENABLE = yes # I like RGB |
| 7 | TAP_DANCE_ENABLE = yes # fancy fancy Caps | 8 | TAP_DANCE_ENABLE = yes # fancy fancy Caps |
| 8 | LINK_TIME_OPTIMIZATION = yes # Enable link time optimization | 9 | LTO_ENABLE = yes # Enable link time optimization |
