diff options
author | Joel Challis <git@zvecr.com> | 2023-09-27 03:57:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-27 03:57:57 +0100 |
commit | 0ecb03ad47a1ec1871537cd9fa3ea39cc60f52aa (patch) | |
tree | 9d93cf68029b7016bde8bfc9bef6038e9b862896 /keyboards/drop/shift | |
parent | 25c850e7626534ca112edb5708f42af10302fff5 (diff) |
Drop V2 production updates (#22147)
Diffstat (limited to 'keyboards/drop/shift')
-rw-r--r-- | keyboards/drop/shift/v2/config.h | 1 | ||||
-rw-r--r-- | keyboards/drop/shift/v2/info.json | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/drop/shift/v2/config.h b/keyboards/drop/shift/v2/config.h index 6c651d1f83..a4faafe394 100644 --- a/keyboards/drop/shift/v2/config.h +++ b/keyboards/drop/shift/v2/config.h @@ -22,7 +22,6 @@ #define ISSI_PWM_FREQUENCY 0b010 // 26k #define RGB_DISABLE_WHEN_USB_SUSPENDED -#define RGB_MATRIX_DEFAULT_VAL 100 #define RGB_MATRIX_KEYPRESSES #define RGB_MATRIX_FRAMEBUFFER_EFFECTS diff --git a/keyboards/drop/shift/v2/info.json b/keyboards/drop/shift/v2/info.json index 44a3a5fc98..3615fdef4f 100644 --- a/keyboards/drop/shift/v2/info.json +++ b/keyboards/drop/shift/v2/info.json @@ -133,6 +133,7 @@ }, "rgb_matrix": { "driver": "is31fl3733", + "max_brightness": 191, "animations": { "alphas_mods": true, "gradient_up_down": true, |