diff options
Diffstat (limited to 'keyboards/jian/nsrev2')
-rw-r--r-- | keyboards/jian/nsrev2/config.h | 3 | ||||
-rw-r--r-- | keyboards/jian/nsrev2/info.json | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/keyboards/jian/nsrev2/config.h b/keyboards/jian/nsrev2/config.h index 5bd79d3ce0..64941df5bc 100644 --- a/keyboards/jian/nsrev2/config.h +++ b/keyboards/jian/nsrev2/config.h @@ -33,9 +33,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define RGBLIGHT_EFFECT_ALTERNATING #define RGBLIGHT_EFFECT_TWINKLE -#define RGBLIGHT_SLEEP -#define RGBLIGHT_SPLIT - #ifndef IOS_DEVICE_ENABLE #if RGBLED_NUM <= 6 #define RGBLIGHT_LIMIT_VAL 255 diff --git a/keyboards/jian/nsrev2/info.json b/keyboards/jian/nsrev2/info.json index 955fc517de..f5e01788da 100644 --- a/keyboards/jian/nsrev2/info.json +++ b/keyboards/jian/nsrev2/info.json @@ -13,6 +13,10 @@ "levels": 5, "breathing": true }, + "rgblight": { + "sleep": true, + "split": true + }, "ws2812": { "pin": "D4" }, |