X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=readme.md;h=a92ae4c1dc0e9c32052c5dcaac4843df0a0e5496;hb=fe001d46fd06924bb81fe8d506f5be8894db3df0;hp=cd65e0e69ecced1b3dc766a52a78c3fb1918eec9;hpb=1585fc4b616cb28b8d4a418cd31c8ce0dd64f731;p=qmk_firmware.git diff --git a/readme.md b/readme.md index cd65e0e69..a92ae4c1d 100644 --- a/readme.md +++ b/readme.md @@ -1162,12 +1162,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