diff options
| author | stanrc85 <47038504+stanrc85@users.noreply.github.com> | 2019-11-11 20:32:09 -0500 |
|---|---|---|
| committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-11 17:32:09 -0800 |
| commit | e75919960fc53d16b6d8281018689aec3e62da1b (patch) | |
| tree | cd557c3dfa8489bf2f27d59a17e5b0caa50aec2e /keyboards/hs60 | |
| parent | af683fc2cac2811fa54dfca74f4cedc4278d0ba1 (diff) | |
| download | qmk_firmware-e75919960fc53d16b6d8281018689aec3e62da1b.tar.gz qmk_firmware-e75919960fc53d16b6d8281018689aec3e62da1b.zip | |
[Keymap] minor config changes (#7334)
Diffstat (limited to 'keyboards/hs60')
| -rw-r--r-- | keyboards/hs60/v2/keymaps/stanrc85/config.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/keyboards/hs60/v2/keymaps/stanrc85/config.h b/keyboards/hs60/v2/keymaps/stanrc85/config.h index 5aab3098c..d61e6bde4 100644 --- a/keyboards/hs60/v2/keymaps/stanrc85/config.h +++ b/keyboards/hs60/v2/keymaps/stanrc85/config.h | |||
| @@ -7,7 +7,7 @@ | |||
| 7 | 7 | ||
| 8 | // disable backlight after timeout in minutes, 0 = no timeout | 8 | // disable backlight after timeout in minutes, 0 = no timeout |
| 9 | #undef RGB_BACKLIGHT_DISABLE_AFTER_TIMEOUT | 9 | #undef RGB_BACKLIGHT_DISABLE_AFTER_TIMEOUT |
| 10 | #define RGB_BACKLIGHT_DISABLE_AFTER_TIMEOUT 10 | 10 | #define RGB_BACKLIGHT_DISABLE_AFTER_TIMEOUT 20 |
| 11 | 11 | ||
| 12 | #undef RGB_BACKLIGHT_ALPHAS_MODS_ROW_0 | 12 | #undef RGB_BACKLIGHT_ALPHAS_MODS_ROW_0 |
| 13 | #undef RGB_BACKLIGHT_ALPHAS_MODS_ROW_1 | 13 | #undef RGB_BACKLIGHT_ALPHAS_MODS_ROW_1 |
| @@ -39,3 +39,5 @@ | |||
| 39 | 39 | ||
| 40 | #define RGB_BACKLIGHT_COLOR_1 { .h = 0, .s = 255 } | 40 | #define RGB_BACKLIGHT_COLOR_1 { .h = 0, .s = 255 } |
| 41 | #define RGB_BACKLIGHT_COLOR_2 { .h = 150, .s = 255 } | 41 | #define RGB_BACKLIGHT_COLOR_2 { .h = 150, .s = 255 } |
| 42 | |||
| 43 | #define RGB_MATRIX_KEYPRESSES | ||
