Skip to content

Commit

Permalink
Drop V2 production updates (qmk#22147)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored and akeep committed Oct 2, 2023
1 parent 8f4fda0 commit aceac24
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion keyboards/drop/alt/v2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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

Expand Down
1 change: 1 addition & 0 deletions keyboards/drop/alt/v2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@
},
"rgb_matrix": {
"driver": "is31fl3733",
"max_brightness": 191,
"animations": {
"alphas_mods": true,
"gradient_up_down": true,
Expand Down
1 change: 0 additions & 1 deletion keyboards/drop/ctrl/v2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,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

Expand Down
1 change: 1 addition & 0 deletions keyboards/drop/ctrl/v2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@
},
"rgb_matrix": {
"driver": "is31fl3733",
"max_brightness": 191,
"animations": {
"alphas_mods": true,
"gradient_up_down": true,
Expand Down
1 change: 0 additions & 1 deletion keyboards/drop/shift/v2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions keyboards/drop/shift/v2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@
},
"rgb_matrix": {
"driver": "is31fl3733",
"max_brightness": 191,
"animations": {
"alphas_mods": true,
"gradient_up_down": true,
Expand Down

0 comments on commit aceac24

Please sign in to comment.