mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-28 14:10:13 +00:00
Removed duplicated rgb_matrix config
This commit is contained in:
parent
e479049283
commit
5479c27175
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user