Removed duplicated rgb_matrix config

This commit is contained in:
Ryan Neff 2023-11-29 16:34:35 -08:00
parent e479049283
commit 5479c27175
2 changed files with 3 additions and 8 deletions

View File

@ -10,13 +10,6 @@
#define SERIAL_USART_RX_PIN GP17 // USART RX pin
#define SERIAL_USART_PIN_SWAP // Swap TX and RX pins if keyboard is master halve. (Only available on some MCUs)
/* RGB Stuff */
#ifdef RGB_MATRIX_ENABLE
# define RGB_MATRIX_LED_COUNT 58
# define RGB_MATRIX_SPLIT \
{ 29, 29 } // 29 LEDs on each side
#endif
// I2C for OLEDs
#define I2C_DRIVER I2CD1
#define I2C1_SDA_PIN GP6

View File

@ -1,2 +1,4 @@
# Build Options
# Configures the USART FULL DUPLEX driver. This config is unique to the RP2040.
# https://github.com/qmk/qmk_firmware/blob/master/docs/serial_driver.md#pin-configuration-2
SERIAL_DRIVER = vendor
# @todo: Move to json