Remove redundant I2C config defines from keyboards (#11661)
This commit is contained in:
@@ -41,18 +41,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
#define RGB_MATRIX_STARTUP_MODE RGB_MATRIX_SOLID_REACTIVE_SIMPLE
|
||||
#define RGB_MATRIX_STARTUP_HUE 221
|
||||
|
||||
#define I2C1_SCL_BANK GPIOB
|
||||
#define I2C1_SCL 8
|
||||
#define I2C1_SDA_BANK GPIOB
|
||||
#define I2C1_SDA 9
|
||||
|
||||
#define I2C1_SCL_PAL_MODE 1
|
||||
#define I2C1_SDA_PAL_MODE 1
|
||||
|
||||
#define I2C1_OPMODE OPMODE_I2C
|
||||
#define I2C1_CLOCK_SPEED 100000
|
||||
#define I2C1_DUTY_CYCLE STD_DUTY_CYCLE
|
||||
|
||||
#define OLED_DISPLAY_ADDRESS 0x3C
|
||||
#define OLED_DISPLAY_128X64
|
||||
#define OLED_COM_PINS 0x12
|
||||
|
Reference in New Issue
Block a user