Browse Source

Keychron Q1V1: fix incorrect 3733 address (#22852)

pull/22877/head
Ryan 4 months ago
committed by GitHub
parent
commit
0b0c31665e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/keychron/q1v1/config.h

+ 1
- 1
keyboards/keychron/q1v1/config.h View File

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


Loading…
Cancel
Save