diff options
author | mtei <2170248+mtei@users.noreply.github.com> | 2018-10-25 02:03:29 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-12 12:23:12 -0800 |
commit | d0f8e1babee406af6c17759200173109705a35e3 (patch) | |
tree | a40cfba16e5db1c362b038cab923743400a104bb /quantum | |
parent | 2b7decbaeb020c5320ada182552e633deec77ff7 (diff) | |
download | qmk_firmware-d0f8e1babee406af6c17759200173109705a35e3.tar.gz qmk_firmware-d0f8e1babee406af6c17759200173109705a35e3.zip |
modify quantum/template/avr/config.h: add rgblight effect configurations
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/template/avr/config.h | 23 |
1 files changed, 18 insertions, 5 deletions
diff --git a/quantum/template/avr/config.h b/quantum/template/avr/config.h index 56395f376f..463ddff2db 100644 --- a/quantum/template/avr/config.h +++ b/quantum/template/avr/config.h @@ -54,11 +54,24 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. // #define RGB_DI_PIN E2 // #ifdef RGB_DI_PIN -// #define RGBLIGHT_ANIMATIONS -// #define RGBLED_NUM 16 -// #define RGBLIGHT_HUE_STEP 8 -// #define RGBLIGHT_SAT_STEP 8 -// #define RGBLIGHT_VAL_STEP 8 +// #define RGBLED_NUM 16 +// #define RGBLIGHT_HUE_STEP 8 +// #define RGBLIGHT_SAT_STEP 8 +// #define RGBLIGHT_VAL_STEP 8 +// #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ +// #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ +// /*== all animations enable ==*/ +// #define RGBLIGHT_ANIMATIONS +// /*== or choose animations ==*/ +// #define RGBLIGHT_EFFECT_BREATHING +// #define RGBLIGHT_EFFECT_RAINBOW_MOOD +// #define RGBLIGHT_EFFECT_RAINBOW_SWIRL +// #define RGBLIGHT_EFFECT_SNAKE +// #define RGBLIGHT_EFFECT_KNIGHT +// #define RGBLIGHT_EFFECT_CHRISTMAS +// #define RGBLIGHT_EFFECT_STATIC_GRADIENT +// #define RGBLIGHT_EFFECT_RGB_TEST +// #define RGBLIGHT_EFFECT_ALTERNATING // #endif /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |