Skip to content

Commit

Permalink
Update Drop keyboards for develop (qmk#22145)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr committed Sep 27, 2023
1 parent 41977a6 commit 18bc541
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 29 deletions.
5 changes: 0 additions & 5 deletions keyboards/drop/alt/v2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@
#define DRIVER_ADDR_1 IS31FL3733_I2C_ADDRESS_GND_VCC
#define DRIVER_ADDR_2 IS31FL3733_I2C_ADDRESS_VCC_VCC
#define IS31FL3733_DRIVER_COUNT 2
#define RGB_MATRIX_LED_COUNT 111
#define IS31FL3733_PWM_FREQUENCY IS31FL3733_PWM_FREQUENCY_26K7_HZ

#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS

#define RGB_MATRIX_CYCLE_ZONES_ENABLE
#define RGB_MATRIX_CAPS_LOCK_INDEX 30
1 change: 1 addition & 0 deletions keyboards/drop/alt/v2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@
"rgb_matrix": {
"driver": "is31fl3733",
"max_brightness": 191,
"sleep": true,
"animations": {
"alphas_mods": true,
"gradient_up_down": true,
Expand Down
13 changes: 4 additions & 9 deletions keyboards/drop/cstm80/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,9 @@
#define EXTERNAL_EEPROM_WP_PIN B7
#define EEPROM_I2C_24LC256

#define DRIVER_ADDR_1 0b1010000
#define DRIVER_ADDR_2 0b1011111
#define DRIVER_COUNT 2
#define RGB_MATRIX_LED_COUNT 88
#define ISSI_PWM_FREQUENCY 0b010 // 26k

#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS
#define DRIVER_ADDR_1 IS31FL3733_I2C_ADDRESS_GND_GND
#define DRIVER_ADDR_2 IS31FL3733_I2C_ADDRESS_VCC_VCC
#define IS31FL3733_DRIVER_COUNT 2
#define IS31FL3733_PWM_FREQUENCY IS31FL3733_PWM_FREQUENCY_26K7_HZ

#define RGB_MATRIX_CAPS_LOCK_INDEX 48
1 change: 1 addition & 0 deletions keyboards/drop/cstm80/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
},
"rgb_matrix": {
"driver": "is31fl3733",
"sleep": true,
"animations": {
"alphas_mods": true,
"gradient_up_down": true,
Expand Down
5 changes: 0 additions & 5 deletions keyboards/drop/ctrl/v2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,7 @@
#define DRIVER_ADDR_1 IS31FL3733_I2C_ADDRESS_GND_VCC
#define DRIVER_ADDR_2 IS31FL3733_I2C_ADDRESS_VCC_VCC
#define IS31FL3733_DRIVER_COUNT 2
#define RGB_MATRIX_LED_COUNT 119
#define IS31FL3733_PWM_FREQUENCY IS31FL3733_PWM_FREQUENCY_26K7_HZ

#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS

#define RGB_MATRIX_CYCLE_ZONES_ENABLE
#define RGB_MATRIX_CAPS_LOCK_INDEX 50
1 change: 1 addition & 0 deletions keyboards/drop/ctrl/v2/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
"rgb_matrix": {
"driver": "is31fl3733",
"max_brightness": 191,
"sleep": true,
"animations": {
"alphas_mods": true,
"gradient_up_down": true,
Expand Down
5 changes: 0 additions & 5 deletions keyboards/drop/sense75/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,7 @@
#define DRIVER_ADDR_1 IS31FL3733_I2C_ADDRESS_GND_GND
#define DRIVER_ADDR_2 IS31FL3733_I2C_ADDRESS_VCC_VCC
#define IS31FL3733_DRIVER_COUNT 2
#define RGB_MATRIX_LED_COUNT 111
#define IS31FL3733_PWM_FREQUENCY IS31FL3733_PWM_FREQUENCY_26K7_HZ

#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS

#define RGB_MATRIX_CYCLE_ZONES_ENABLE
#define RGB_MATRIX_CAPS_LOCK_INDEX 62
1 change: 1 addition & 0 deletions keyboards/drop/sense75/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
},
"rgb_matrix": {
"driver": "is31fl3733",
"sleep": true,
"animations": {
"alphas_mods": true,
"gradient_up_down": true,
Expand Down
5 changes: 0 additions & 5 deletions keyboards/drop/shift/v2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@
#define DRIVER_ADDR_2 IS31FL3733_I2C_ADDRESS_VCC_VCC
#define DRIVER_ADDR_3 IS31FL3733_I2C_ADDRESS_GND_GND
#define IS31FL3733_DRIVER_COUNT 3
#define RGB_MATRIX_LED_COUNT 166
#define IS31FL3733_PWM_FREQUENCY IS31FL3733_PWM_FREQUENCY_26K7_HZ

#define RGB_DISABLE_WHEN_USB_SUSPENDED
#define RGB_MATRIX_KEYPRESSES
#define RGB_MATRIX_FRAMEBUFFER_EFFECTS

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

0 comments on commit 18bc541

Please sign in to comment.