Browse Source

Drop V2 production updates (#22147)

pull/22466/head
Joel Challis 8 months ago
committed by GitHub
parent
commit
0ecb03ad47
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 3 additions and 3 deletions
  1. +0
    -1
      keyboards/drop/alt/v2/config.h
  2. +1
    -0
      keyboards/drop/alt/v2/info.json
  3. +0
    -1
      keyboards/drop/ctrl/v2/config.h
  4. +1
    -0
      keyboards/drop/ctrl/v2/info.json
  5. +0
    -1
      keyboards/drop/shift/v2/config.h
  6. +1
    -0
      keyboards/drop/shift/v2/info.json

+ 0
- 1
keyboards/drop/alt/v2/config.h View File

@ -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


+ 1
- 0
keyboards/drop/alt/v2/info.json View File

@ -105,6 +105,7 @@
},
"rgb_matrix": {
"driver": "is31fl3733",
"max_brightness": 191,
"animations": {
"alphas_mods": true,
"gradient_up_down": true,


+ 0
- 1
keyboards/drop/ctrl/v2/config.h View File

@ -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


+ 1
- 0
keyboards/drop/ctrl/v2/info.json View File

@ -125,6 +125,7 @@
},
"rgb_matrix": {
"driver": "is31fl3733",
"max_brightness": 191,
"animations": {
"alphas_mods": true,
"gradient_up_down": true,


+ 0
- 1
keyboards/drop/shift/v2/config.h View File

@ -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


+ 1
- 0
keyboards/drop/shift/v2/info.json View File

@ -133,6 +133,7 @@
},
"rgb_matrix": {
"driver": "is31fl3733",
"max_brightness": 191,
"animations": {
"alphas_mods": true,
"gradient_up_down": true,


Loading…
Cancel
Save