diff options
| author | mechlovin <57231893+mechlovin@users.noreply.github.com> | 2020-09-01 07:20:19 +0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-31 17:20:19 -0700 |
| commit | fa740c12861f77b1381fa2ee282fd57080c70502 (patch) | |
| tree | 7f71b71fdae4b7db815d381d3ae84f42f08fe2c2 /keyboards/mechlovin/delphine/mono_led/config.h | |
| parent | 69804bb243989c06d276581cfdcc9e2f6fb188e6 (diff) | |
| download | qmk_firmware-fa740c12861f77b1381fa2ee282fd57080c70502.tar.gz qmk_firmware-fa740c12861f77b1381fa2ee282fd57080c70502.zip | |
[Keyboard] Mechlovin Delphine (#9835)
* add
* ADD
* update
* update
* update
* update
* Update rgb_led.c
* Update rgb_led.c
Diffstat (limited to 'keyboards/mechlovin/delphine/mono_led/config.h')
| -rw-r--r-- | keyboards/mechlovin/delphine/mono_led/config.h | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/keyboards/mechlovin/delphine/mono_led/config.h b/keyboards/mechlovin/delphine/mono_led/config.h new file mode 100644 index 000000000..ead627937 --- /dev/null +++ b/keyboards/mechlovin/delphine/mono_led/config.h | |||
| @@ -0,0 +1,34 @@ | |||
| 1 | |||
| 2 | #pragma once | ||
| 3 | |||
| 4 | #define PRODUCT_ID 0xDEF1 | ||
| 5 | #define DEVICE_VER 0x0001 | ||
| 6 | |||
| 7 | |||
| 8 | #ifdef BACKLIGHT_ENABLE | ||
| 9 | #define BACKLIGHT_PIN B6 | ||
| 10 | // #define BACKLIGHT_BREATHING | ||
| 11 | #define BACKLIGHT_LEVELS 3 | ||
| 12 | #endif | ||
| 13 | |||
| 14 | #ifdef RGBLIGHT_ENABLE | ||
| 15 | #define RGB_DI_PIN E2 | ||
| 16 | #define RGBLED_NUM 13 | ||
| 17 | #define RGBLIGHT_HUE_STEP 8 | ||
| 18 | #define RGBLIGHT_SAT_STEP 8 | ||
| 19 | #define RGBLIGHT_VAL_STEP 8 | ||
| 20 | #define RGBLIGHT_LIMIT_VAL 255 /* The maximum brightness level */ | ||
| 21 | #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | ||
| 22 | /*== all animations enable ==*/ | ||
| 23 | #define RGBLIGHT_ANIMATIONS | ||
| 24 | // /*== or choose animations ==*/ | ||
| 25 | // #define RGBLIGHT_EFFECT_BREATHING | ||
| 26 | // #define RGBLIGHT_EFFECT_RAINBOW_MOOD | ||
| 27 | // #define RGBLIGHT_EFFECT_RAINBOW_SWIRL | ||
| 28 | // #define RGBLIGHT_EFFECT_SNAKE | ||
| 29 | // #define RGBLIGHT_EFFECT_KNIGHT | ||
| 30 | // #define RGBLIGHT_EFFECT_CHRISTMAS | ||
| 31 | // #define RGBLIGHT_EFFECT_STATIC_GRADIENT | ||
| 32 | // #define RGBLIGHT_EFFECT_RGB_TEST | ||
| 33 | // #define RGBLIGHT_EFFECT_ALTERNATING | ||
| 34 | #endif \ No newline at end of file | ||
