Skip to content

Commit

Permalink
Fixes for updated QMK
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Aug 25, 2023
1 parent 95ec567 commit ec45bc6
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 33 deletions.
2 changes: 1 addition & 1 deletion keyboards/system76/launch_2/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define DIODE_DIRECTION COL2ROW

#ifdef RGB_MATRIX_ENABLE
# define RGB_DI_PIN F7
# define WS2812_DI_PIN F7
# define RGB_MATRIX_LED_COUNT 84
# define RGB_MATRIX_KEYPRESSES // Reacts to keypresses
// # define RGB_MATRIX_KEYRELEASES // Reacts to keyreleases (instead of keypresses)
Expand Down
4 changes: 2 additions & 2 deletions keyboards/system76/launch_3/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define DIODE_DIRECTION COL2ROW

#ifdef RGB_MATRIX_ENABLE
# define RGB_DI_PIN GP5
# define WS2812_DI_PIN GP5
# define RGB_MATRIX_LED_COUNT 84
# define RGB_MATRIX_KEYPRESSES // Reacts to keypresses
// # define RGB_MATRIX_KEYRELEASES // Reacts to keyreleases (instead of keypresses)
Expand Down Expand Up @@ -70,7 +70,7 @@
#define LOCKING_RESYNC_ENABLE

// I2C {
#define I2C_DRIVER I2CD2
#define I2C_DRIVER I2CD1
#define I2C1_CLOCK_SPEED 100000UL // Run I2C bus at 100 kHz
#define I2C1_SCL_PIN GP27
#define I2C1_SDA_PIN GP26
Expand Down
2 changes: 1 addition & 1 deletion keyboards/system76/launch_heavy_1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define DIODE_DIRECTION COL2ROW

#ifdef RGB_MATRIX_ENABLE
# define RGB_DI_PIN F7
# define WS2812_DI_PIN F7
# define RGB_MATRIX_LED_COUNT 105
# define RGB_MATRIX_KEYPRESSES // Reacts to keypresses
// # define RGB_MATRIX_KEYRELEASES // Reacts to keyreleases (instead of keypresses)
Expand Down
12 changes: 0 additions & 12 deletions keyboards/system76/launch_heavy_1/post_rules.mk

This file was deleted.

4 changes: 2 additions & 2 deletions keyboards/system76/launch_heavy_3/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define DIODE_DIRECTION COL2ROW

#ifdef RGB_MATRIX_ENABLE
# define RGB_DI_PIN GP5
# define WS2812_DI_PIN GP5
# define RGB_MATRIX_LED_COUNT 105
# define RGB_MATRIX_KEYPRESSES // Reacts to keypresses
// # define RGB_MATRIX_KEYRELEASES // Reacts to keyreleases (instead of keypresses)
Expand Down Expand Up @@ -70,7 +70,7 @@
#define LOCKING_RESYNC_ENABLE

// I2C {
#define I2C_DRIVER I2CD2
#define I2C_DRIVER I2CD1
#define I2C1_CLOCK_SPEED 100000UL // Run I2C bus at 100 kHz
#define I2C1_SCL_PIN GP27
#define I2C1_SDA_PIN GP26
Expand Down
2 changes: 1 addition & 1 deletion keyboards/system76/launch_lite_1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define DIODE_DIRECTION COL2ROW

#ifdef RGB_MATRIX_ENABLE
# define RGB_DI_PIN F7
# define WS2812_DI_PIN F7
# define RGB_MATRIX_LED_COUNT 70
# define RGB_MATRIX_KEYPRESSES // Reacts to keypresses
// # define RGB_MATRIX_KEYRELEASES // Reacts to keyreleases (instead of keypresses)
Expand Down
12 changes: 0 additions & 12 deletions keyboards/system76/launch_lite_1/post_rules.mk

This file was deleted.

2 changes: 1 addition & 1 deletion keyboards/system76/launch_test/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#define DEBOUNCE 5

#ifdef RGB_MATRIX_ENABLE
# define RGB_DI_PIN E6
# define WS2812_DI_PIN E6
# define RGB_MATRIX_LED_COUNT 22
# define RGB_MATRIX_KEYPRESSES // Reacts to keypresses
// # define RGB_MATRIX_KEYRELEASES // Reacts to keyreleases (instead of keypresses)
Expand Down
2 changes: 1 addition & 1 deletion keyboards/system76/virgo_keyboard_test_1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define DIODE_DIRECTION COL2ROW

#ifdef RGB_MATRIX_ENABLE
# define RGB_DI_PIN GP5
# define WS2812_DI_PIN GP5
# define RGB_MATRIX_LED_COUNT 84
# define RGB_MATRIX_KEYPRESSES // Reacts to keypresses
// # define RGB_MATRIX_KEYRELEASES // Reacts to keyreleases (instead of keypresses)
Expand Down

0 comments on commit ec45bc6

Please sign in to comment.