diff options
Diffstat (limited to 'keyboards/bm60rgb_iso/config.h')
| -rw-r--r-- | keyboards/bm60rgb_iso/config.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/bm60rgb_iso/config.h b/keyboards/bm60rgb_iso/config.h index 61d30cd83..17cf1436d 100644 --- a/keyboards/bm60rgb_iso/config.h +++ b/keyboards/bm60rgb_iso/config.h | |||
| @@ -50,12 +50,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 50 | #define RGB_DI_PIN E2 | 50 | #define RGB_DI_PIN E2 |
| 51 | #define DRIVER_LED_TOTAL 70 | 51 | #define DRIVER_LED_TOTAL 70 |
| 52 | #ifdef RGB_DI_PIN | 52 | #ifdef RGB_DI_PIN |
| 53 | #define RGBLED_NUM 70 | 53 | # define RGBLED_NUM 70 |
| 54 | #define RGB_MATRIX_KEYPRESSES | 54 | # define RGB_MATRIX_KEYPRESSES |
| 55 | // #define RGBLIGHT_HUE_STEP 8 | 55 | // #define RGBLIGHT_HUE_STEP 8 |
| 56 | // #define RGBLIGHT_SAT_STEP 8 | 56 | // #define RGBLIGHT_SAT_STEP 8 |
| 57 | // #define RGBLIGHT_VAL_STEP 8 | 57 | // #define RGBLIGHT_VAL_STEP 8 |
| 58 | // #define RGBLIGHT_LIMIT_VAL 180 /* The maximum brightness level */ | 58 | # define RGBLIGHT_LIMIT_VAL 180 // Limit to vendor-recommended value |
| 59 | // #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ | 59 | // #define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ |
| 60 | /*== all animations enable ==*/ | 60 | /*== all animations enable ==*/ |
| 61 | // #define RGBLIGHT_ANIMATIONS | 61 | // #define RGBLIGHT_ANIMATIONS |
| @@ -70,3 +70,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 70 | // #define RGBLIGHT_EFFECT_RGB_TEST | 70 | // #define RGBLIGHT_EFFECT_RGB_TEST |
| 71 | // #define RGBLIGHT_EFFECT_ALTERNATING | 71 | // #define RGBLIGHT_EFFECT_ALTERNATING |
| 72 | #endif | 72 | #endif |
| 73 | #ifdef RGB_MATRIX_ENABLE | ||
| 74 | # define RGB_MATRIX_MAXIMUM_BRIGHTNESS 180 // Limit to vendor-recommended value | ||
| 75 | #endif | ||
