Skip to content

Commit

Permalink
Keychron Q1V1: fix incorrect 3733 address (#22852)
Browse files Browse the repository at this point in the history
  • Loading branch information
fauxpark authored Jan 7, 2024
1 parent 7e03877 commit 0b0c316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keyboards/keychron/q1v1/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/* RGB Matrix Driver Configuration */
#define IS31FL3733_I2C_ADDRESS_1 IS31FL3733_I2C_ADDRESS_GND_GND
#define IS31FL3733_I2C_ADDRESS_2 IS31FL3733_I2C_ADDRESS_GND_VCC
#define IS31FL3733_I2C_ADDRESS_2 IS31FL3733_I2C_ADDRESS_VCC_VCC

/* DIP switch */
#define DIP_SWITCH_MATRIX_GRID { {0,1} }
Expand Down

0 comments on commit 0b0c316

Please sign in to comment.