diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-05-07 20:16:03 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-07 20:16:03 -0400 |
commit | 7a7b57ffb1d9640b075826d7a1a2bdeef94e8d88 (patch) | |
tree | 0513da316457555fe40d69802d764dc2bd75037d /keyboards/miuni32/config.h | |
parent | 2704c163da590d3020f6d87717c400611de81110 (diff) | |
parent | 22738df5f5afd408048f9b8fc89e3cf18e0a5999 (diff) |
Merge pull request #1284 from bigtunaIO/master
[Bigtuna.IO] Updating Miuni32 Layouts
Diffstat (limited to 'keyboards/miuni32/config.h')
-rw-r--r-- | keyboards/miuni32/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keyboards/miuni32/config.h b/keyboards/miuni32/config.h index 4f9b685518..9f26b2291e 100644 --- a/keyboards/miuni32/config.h +++ b/keyboards/miuni32/config.h @@ -163,6 +163,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGB_DI_PIN D0 // The pin your RGB strip is wired to #define RGBLIGHT_TIMER // Require for fancier stuff (not compatible with audio) #define RGBLED_NUM 7 // Number of LEDs +#define RGBLIGHT_ANIMATIONS #define RGBLIGHT_HUE_STEP 10 #define RGBLIGHT_SAT_STEP 17 #define RGBLIGHT_VAL_STEP 17 |