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 qmk_firmware-3774a7fcdab5544fc787f4c200be05fcd417e31f.zip |
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 | |||
1135 | 1135 | ||
1136 | RGBLIGHT_ENABLE = yes | 1136 | RGBLIGHT_ENABLE = yes |
1137 | 1137 | ||
1138 | 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). | 1138 | In order to use the underglow animation functions, you need to have `#define RGBLIGHT_ANIMATIONS` in your `config.h`. |
1139 | 1139 | ||
1140 | 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: | 1140 | 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: |
1141 | 1141 | ||
1142 | #define RGB_DI_PIN F4 // The pin your RGB strip is wired to | 1142 | #define RGB_DI_PIN F4 // The pin your RGB strip is wired to |
1143 | #define RGBLIGHT_TIMER // Require for fancier stuff (not compatible with audio) | 1143 | #define RGBLIGHT_ANIMATIONS // Require for fancier stuff (not compatible with audio) |
1144 | #define RGBLED_NUM 14 // Number of LEDs | 1144 | #define RGBLED_NUM 14 // Number of LEDs |
1145 | #define RGBLIGHT_HUE_STEP 10 | 1145 | #define RGBLIGHT_HUE_STEP 10 |
1146 | #define RGBLIGHT_SAT_STEP 17 | 1146 | #define RGBLIGHT_SAT_STEP 17 |