diff options
| author | stanrc85 <47038504+stanrc85@users.noreply.github.com> | 2019-04-04 17:41:55 -0400 |
|---|---|---|
| committer | Drashna Jaelre <drashna@live.com> | 2019-04-04 14:41:55 -0700 |
| commit | 60668ef39deab4634dbe7fc1119d9de5ee751b28 (patch) | |
| tree | ed243baa83866f047150d17537f639f1e5159464 | |
| parent | f698f1e3f4f51431473d54512fd6c0609b9b72ee (diff) | |
| download | qmk_firmware-60668ef39deab4634dbe7fc1119d9de5ee751b28.tar.gz qmk_firmware-60668ef39deab4634dbe7fc1119d9de5ee751b28.zip | |
[Keymap] Additional RGB options set (#5551)
* Add new RGB backlight options to config
* Add new RGB options
| -rw-r--r-- | keyboards/hs60/v2/keymaps/stanrc85/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/hs60/v2/keymaps/stanrc85/config.h b/keyboards/hs60/v2/keymaps/stanrc85/config.h index 4576211f1..5aab3098c 100644 --- a/keyboards/hs60/v2/keymaps/stanrc85/config.h +++ b/keyboards/hs60/v2/keymaps/stanrc85/config.h | |||
| @@ -20,3 +20,22 @@ | |||
| 20 | #define RGB_BACKLIGHT_ALPHAS_MODS_ROW_2 0b0011000000000001 //Setting \ key to "MOD" instead of "ALPHA" for lighting | 20 | #define RGB_BACKLIGHT_ALPHAS_MODS_ROW_2 0b0011000000000001 //Setting \ key to "MOD" instead of "ALPHA" for lighting |
| 21 | #define RGB_BACKLIGHT_ALPHAS_MODS_ROW_3 0b0010000000000001 | 21 | #define RGB_BACKLIGHT_ALPHAS_MODS_ROW_3 0b0010000000000001 |
| 22 | #define RGB_BACKLIGHT_ALPHAS_MODS_ROW_4 0b0011110000000111 | 22 | #define RGB_BACKLIGHT_ALPHAS_MODS_ROW_4 0b0011110000000111 |
| 23 | |||
| 24 | #undef RGB_BACKLIGHT_CAPS_LOCK_INDICATOR | ||
| 25 | #undef RGB_BACKLIGHT_LAYER_1_INDICATOR | ||
| 26 | #undef RGB_BACKLIGHT_LAYER_2_INDICATOR | ||
| 27 | #undef RGB_BACKLIGHT_LAYER_3_INDICATOR | ||
| 28 | |||
| 29 | #define RGB_BACKLIGHT_CAPS_LOCK_INDICATOR { .color = { .h = 200, .s = 255 }, .index = 3-1 } //purple | ||
| 30 | #define RGB_BACKLIGHT_LAYER_1_INDICATOR { .color = { .h = 100, .s = 255 }, .index = 60-1 } //green | ||
| 31 | #define RGB_BACKLIGHT_LAYER_2_INDICATOR { .color = { .h = 150, .s = 255 }, .index = 60-1 } //blue | ||
| 32 | #define RGB_BACKLIGHT_LAYER_3_INDICATOR { .color = { .h = 0, .s = 0 }, .index = 60-1 } //white | ||
| 33 | |||
| 34 | #undef RGB_BACKLIGHT_BRIGHTNESS | ||
| 35 | #define RGB_BACKLIGHT_BRIGHTNESS 175 | ||
| 36 | |||
| 37 | #undef RGB_BACKLIGHT_COLOR_1 | ||
| 38 | #undef RGB_BACKLIGHT_COLOR_2 | ||
| 39 | |||
| 40 | #define RGB_BACKLIGHT_COLOR_1 { .h = 0, .s = 255 } | ||
| 41 | #define RGB_BACKLIGHT_COLOR_2 { .h = 150, .s = 255 } | ||
