diff options
author | Adam YH Lee <adam.yh.lee@gmail.com> | 2017-04-13 06:19:00 +0200 |
---|---|---|
committer | Adam YH Lee <adam.yh.lee@gmail.com> | 2017-04-13 06:19:00 +0200 |
commit | 592ff53e41afc93c5a5bc8e4b7fc3e6c89f76caa (patch) | |
tree | 224ea99ca3f9adaf8dd874c05c1a73aa390546fe /keyboards/miuni32 | |
parent | 73625a603afd14ee506d1562ef5f6a199eac62ce (diff) | |
download | qmk_firmware-592ff53e41afc93c5a5bc8e4b7fc3e6c89f76caa.tar.gz qmk_firmware-592ff53e41afc93c5a5bc8e4b7fc3e6c89f76caa.tar.xz |
Enable RGB Animation
Diffstat (limited to 'keyboards/miuni32')
-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 4f9b68551..9f26b2291 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 |