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/rev4 | |
parent | 19d7cbc8584ed5c0ec1f768a27767496eeae66f8 (diff) | |
parent | d235612e480c1c9a028364a8db78d1f2c2576229 (diff) |
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/rev4')
-rw-r--r-- | keyboards/keebio/iris/rev4/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/keebio/iris/rev4/config.h b/keyboards/keebio/iris/rev4/config.h index 87fdafcd5b..cc569c22f8 100644 --- a/keyboards/keebio/iris/rev4/config.h +++ b/keyboards/keebio/iris/rev4/config.h @@ -73,3 +73,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_DI_PIN D6 #define RGBLED_NUM 12 // Number of LEDs #define RGBLED_SPLIT { 6, 6 } +#define RGBLIGHT_ANIMATIONS |