diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/bcat/config.h | 2 | ||||
-rw-r--r-- | users/bocaj/config.h | 2 | ||||
-rw-r--r-- | users/curry/config.h | 2 | ||||
-rw-r--r-- | users/drashna/config.h | 2 | ||||
-rw-r--r-- | users/spidey3/config.h | 4 | ||||
-rw-r--r-- | users/tominabox1/config.h | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/users/bcat/config.h b/users/bcat/config.h index 16188950e..5bb93f383 100644 --- a/users/bcat/config.h +++ b/users/bcat/config.h | |||
@@ -33,7 +33,7 @@ | |||
33 | 33 | ||
34 | #if defined(RGB_MATRIX_ENABLE) | 34 | #if defined(RGB_MATRIX_ENABLE) |
35 | /* Turn off per-key RGB when the host goes to sleep. */ | 35 | /* Turn off per-key RGB when the host goes to sleep. */ |
36 | # define RGB_DISABLE_WHEN_USB_SUSPENDED true | 36 | # define RGB_DISABLE_WHEN_USB_SUSPENDED |
37 | 37 | ||
38 | /* Keep per-key RGB increments consistent across keyboards. */ | 38 | /* Keep per-key RGB increments consistent across keyboards. */ |
39 | # undef RGB_MATRIX_HUE_STEP | 39 | # undef RGB_MATRIX_HUE_STEP |
diff --git a/users/bocaj/config.h b/users/bocaj/config.h index 2a44aabfc..ecfb09c6f 100644 --- a/users/bocaj/config.h +++ b/users/bocaj/config.h | |||
@@ -28,7 +28,7 @@ | |||
28 | // # define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (not recommened) | 28 | // # define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (not recommened) |
29 | # define RGB_MATRIX_FRAMEBUFFER_EFFECTS | 29 | # define RGB_MATRIX_FRAMEBUFFER_EFFECTS |
30 | // # define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects | 30 | // # define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects |
31 | # define RGB_DISABLE_WHEN_USB_SUSPENDED true // turn off effects when suspended | 31 | # define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended |
32 | // # define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200 // limits maximum brightness of LEDs to 200 out of 255. If not defined maximum brightness is set to 255 | 32 | // # define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200 // limits maximum brightness of LEDs to 200 out of 255. If not defined maximum brightness is set to 255 |
33 | // # define EECONFIG_RGB_MATRIX (uint32_t *)16 | 33 | // # define EECONFIG_RGB_MATRIX (uint32_t *)16 |
34 | 34 | ||
diff --git a/users/curry/config.h b/users/curry/config.h index b982dab03..e3c0a103e 100644 --- a/users/curry/config.h +++ b/users/curry/config.h | |||
@@ -17,7 +17,7 @@ | |||
17 | #if defined(RGB_MATRIX_ENABLE) | 17 | #if defined(RGB_MATRIX_ENABLE) |
18 | # define RGB_MATRIX_KEYPRESSES | 18 | # define RGB_MATRIX_KEYPRESSES |
19 | # define RGB_MATRIX_FRAMEBUFFER_EFFECTS | 19 | # define RGB_MATRIX_FRAMEBUFFER_EFFECTS |
20 | # define RGB_DISABLE_WHEN_USB_SUSPENDED true | 20 | # define RGB_DISABLE_WHEN_USB_SUSPENDED |
21 | 21 | ||
22 | # define DISABLE_RGB_MATRIX_ALPHAS_MODS | 22 | # define DISABLE_RGB_MATRIX_ALPHAS_MODS |
23 | # define DISABLE_RGB_MATRIX_GRADIENT_UP_DOWN | 23 | # define DISABLE_RGB_MATRIX_GRADIENT_UP_DOWN |
diff --git a/users/drashna/config.h b/users/drashna/config.h index 5f7c32ff3..796485689 100644 --- a/users/drashna/config.h +++ b/users/drashna/config.h | |||
@@ -65,7 +65,7 @@ | |||
65 | // # define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (not recommened) | 65 | // # define RGB_MATRIX_KEYRELEASES // reacts to keyreleases (not recommened) |
66 | # define RGB_MATRIX_FRAMEBUFFER_EFFECTS | 66 | # define RGB_MATRIX_FRAMEBUFFER_EFFECTS |
67 | // # define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects | 67 | // # define RGB_DISABLE_AFTER_TIMEOUT 0 // number of ticks to wait until disabling effects |
68 | # define RGB_DISABLE_WHEN_USB_SUSPENDED true // turn off effects when suspended | 68 | # define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended |
69 | // # define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200 // limits maximum brightness of LEDs to 200 out of 255. If not defined maximum brightness is set to 255 | 69 | // # define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200 // limits maximum brightness of LEDs to 200 out of 255. If not defined maximum brightness is set to 255 |
70 | // # define EECONFIG_RGB_MATRIX (uint32_t *)16 | 70 | // # define EECONFIG_RGB_MATRIX (uint32_t *)16 |
71 | 71 | ||
diff --git a/users/spidey3/config.h b/users/spidey3/config.h index 7062fde03..f5f5e07f0 100644 --- a/users/spidey3/config.h +++ b/users/spidey3/config.h | |||
@@ -1,7 +1,7 @@ | |||
1 | #pragma once | 1 | #pragma once |
2 | 2 | ||
3 | #define LED_DISABLE_WHEN_USB_SUSPENDED true | 3 | #define LED_DISABLE_WHEN_USB_SUSPENDED |
4 | #define RGB_DISABLE_WHEN_USB_SUSPENDED true | 4 | #define RGB_DISABLE_WHEN_USB_SUSPENDED |
5 | #define RGBLIGHT_LAYERS | 5 | #define RGBLIGHT_LAYERS |
6 | #define RGBLIGHT_MAX_LAYERS 17 | 6 | #define RGBLIGHT_MAX_LAYERS 17 |
7 | #define RGBLIGHT_LAYER_BLINK | 7 | #define RGBLIGHT_LAYER_BLINK |
diff --git a/users/tominabox1/config.h b/users/tominabox1/config.h index 2a8c1e943..004f58ab5 100644 --- a/users/tominabox1/config.h +++ b/users/tominabox1/config.h | |||
@@ -31,7 +31,7 @@ | |||
31 | // RGB_Matrix settings | 31 | // RGB_Matrix settings |
32 | #ifdef RGB_MATRIX_ENABLE | 32 | #ifdef RGB_MATRIX_ENABLE |
33 | #define RGB_MATRIX_KEYPRESSES // reacts to keypresses | 33 | #define RGB_MATRIX_KEYPRESSES // reacts to keypresses |
34 | #define RGB_DISABLE_WHEN_USB_SUSPENDED true // turn off effects when suspended | 34 | #define RGB_DISABLE_WHEN_USB_SUSPENDED // turn off effects when suspended |
35 | #define RGB_MATRIX_LED_FLUSH_LIMIT 16 // limits in milliseconds how frequently an animation will update the LEDs. 16 (16ms) is equivalent to limiting to 60fps (increases keyboard responsiveness) | 35 | #define RGB_MATRIX_LED_FLUSH_LIMIT 16 // limits in milliseconds how frequently an animation will update the LEDs. 16 (16ms) is equivalent to limiting to 60fps (increases keyboard responsiveness) |
36 | #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150 // limits maximum brightness of LEDs to 150 out of 255. Higher may cause the controller to crash. | 36 | #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150 // limits maximum brightness of LEDs to 150 out of 255. Higher may cause the controller to crash. |
37 | #define RGB_MATRIX_HUE_STEP 8 | 37 | #define RGB_MATRIX_HUE_STEP 8 |