diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-11-17 17:42:14 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-11-17 17:42:14 -0500 |
commit | 3774a7fcdab5544fc787f4c200be05fcd417e31f (patch) | |
tree | bb1c582d658ec7f19bce9d43f1c536b83066d40b /readme.md | |
parent | 530dd3377e4d409a7ca2fee7e47b60b735ebc0fa (diff) | |
download | qmk_firmware-3774a7fcdab5544fc787f4c200be05fcd417e31f.tar.gz |
rgb light through midi
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1135,12 +1135,12 @@ For this mod, you need an unused pin wiring to DI of WS2812 strip. After wiring RGBLIGHT_ENABLE = yes -In order to use the underglow timer functions, you need to have `#define RGBLIGHT_TIMER` in your `config.h`, and have audio disabled (`AUDIO_ENABLE = no` in your Makefile). +In order to use the underglow animation functions, you need to have `#define RGBLIGHT_ANIMATIONS` in your `config.h`. Please add the following options into your config.h, and set them up according your hardware configuration. These settings are for the `F4` pin by default: #define RGB_DI_PIN F4 // The pin your RGB strip is wired to - #define RGBLIGHT_TIMER // Require for fancier stuff (not compatible with audio) + #define RGBLIGHT_ANIMATIONS // Require for fancier stuff (not compatible with audio) #define RGBLED_NUM 14 // Number of LEDs #define RGBLIGHT_HUE_STEP 10 #define RGBLIGHT_SAT_STEP 17 |