diff options
author | QMK Bot <hello@qmk.fm> | 2022-01-27 15:42:37 +0000 |
---|---|---|
committer | QMK Bot <hello@qmk.fm> | 2022-01-27 15:42:37 +0000 |
commit | 59f970322433a0724abb04ea8015393d80a053d2 (patch) | |
tree | e4798fda87de30aec568b31fa57a59aeb390adb3 /keyboards/kprepublic/bm65hsrgb_iso/rev1/config.h | |
parent | f25977bcd4f12afa03f5f447ed240e1e4c16e948 (diff) | |
parent | f39e65493ec6a512def0f9cfe329b8fb70ea2f5b (diff) |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/kprepublic/bm65hsrgb_iso/rev1/config.h')
-rw-r--r-- | keyboards/kprepublic/bm65hsrgb_iso/rev1/config.h | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/kprepublic/bm65hsrgb_iso/rev1/config.h b/keyboards/kprepublic/bm65hsrgb_iso/rev1/config.h index 30b27dc26e..aafb43bb51 100644 --- a/keyboards/kprepublic/bm65hsrgb_iso/rev1/config.h +++ b/keyboards/kprepublic/bm65hsrgb_iso/rev1/config.h @@ -1,5 +1,5 @@ /* -Copyright 2020 ipetepete, 2021 deadolus +Copyright 2020 ipetepete, 2021 deadolus, 2022 p4yne This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,6 +29,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. /* key matrix size */ #define MATRIX_ROWS 5 #define MATRIX_COLS 15 + +/* Force NKRO */ #define FORCE_NKRO /* @@ -105,8 +107,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. # define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH # define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_BAND_SAT -# define RGBLIGHT_SLEEP /* If defined, the RGB lighting will be switched off when the host goes to sleep */ - /*== all animations enable ==*/ +/* If defined, the RGB lighting will be switched off when the host goes to sleep */ +# define RGBLIGHT_SLEEP +/*== all animations enable ==*/ # define RGBLIGHT_EFFECT_BREATHING # define RGBLIGHT_EFFECT_RAINBOW_MOOD # define RGBLIGHT_EFFECT_RAINBOW_SWIRL |