diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2020-03-18 18:13:34 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-18 18:13:34 -0700 |
commit | c2013f0b7c0289f582fd41f1276f174f7d9e3c17 (patch) | |
tree | f9f89f82e3f48d9a1a4ff6eb7df6cece34562fef /keyboards/keebio/iris/keymaps | |
parent | 19d7cbc8584ed5c0ec1f768a27767496eeae66f8 (diff) | |
parent | d235612e480c1c9a028364a8db78d1f2c2576229 (diff) | |
download | qmk_firmware-c2013f0b7c0289f582fd41f1276f174f7d9e3c17.tar.gz qmk_firmware-c2013f0b7c0289f582fd41f1276f174f7d9e3c17.zip |
Allow RGBLIGHT_ANIMATIONS to work on keebio/iris configurator builds (#8482)
* Allow RGBLIGHT_ANIMATIONS to work on keebio/iris configurator builds
* Also align rules.mk
Diffstat (limited to 'keyboards/keebio/iris/keymaps')
-rw-r--r-- | keyboards/keebio/iris/keymaps/default/config.h | 7 | ||||
-rw-r--r-- | keyboards/keebio/iris/keymaps/default/rules.mk | 2 |
2 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/keebio/iris/keymaps/default/config.h b/keyboards/keebio/iris/keymaps/default/config.h index 01bb31a6e1..149a54be7f 100644 --- a/keyboards/keebio/iris/keymaps/default/config.h +++ b/keyboards/keebio/iris/keymaps/default/config.h @@ -19,10 +19,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // #define USE_I2C #define EE_HANDS - -#undef RGBLED_NUM -#define RGBLIGHT_ANIMATIONS -#define RGBLED_NUM 12 -#define RGBLIGHT_HUE_STEP 8 -#define RGBLIGHT_SAT_STEP 8 -#define RGBLIGHT_VAL_STEP 8 diff --git a/keyboards/keebio/iris/keymaps/default/rules.mk b/keyboards/keebio/iris/keymaps/default/rules.mk deleted file mode 100644 index d7463419b4..0000000000 --- a/keyboards/keebio/iris/keymaps/default/rules.mk +++ /dev/null @@ -1,2 +0,0 @@ -RGBLIGHT_ENABLE = yes -BACKLIGHT_ENABLE = yes |