aboutsummaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'readme.md')
-rw-r--r--readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 8615b48d5..18ad1a794 100644
--- a/readme.md
+++ b/readme.md
@@ -1136,12 +1136,12 @@ For this mod, you need an unused pin wiring to DI of WS2812 strip. After wiring
1136 1136
1137 RGBLIGHT_ENABLE = yes 1137 RGBLIGHT_ENABLE = yes
1138 1138
1139In 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). 1139In order to use the underglow animation functions, you need to have `#define RGBLIGHT_ANIMATIONS` in your `config.h`.
1140 1140
1141Please 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: 1141Please 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:
1142 1142
1143 #define RGB_DI_PIN F4 // The pin your RGB strip is wired to 1143 #define RGB_DI_PIN F4 // The pin your RGB strip is wired to
1144 #define RGBLIGHT_TIMER // Require for fancier stuff (not compatible with audio) 1144 #define RGBLIGHT_ANIMATIONS // Require for fancier stuff (not compatible with audio)
1145 #define RGBLED_NUM 14 // Number of LEDs 1145 #define RGBLED_NUM 14 // Number of LEDs
1146 #define RGBLIGHT_HUE_STEP 10 1146 #define RGBLIGHT_HUE_STEP 10
1147 #define RGBLIGHT_SAT_STEP 17 1147 #define RGBLIGHT_SAT_STEP 17