diff --git a/keyboards/mechlovin/zed65/rgb/config.h b/keyboards/mechlovin/zed65/rgb/config.h index 3a5024a349c..5786d0c1e0b 100644 --- a/keyboards/mechlovin/zed65/rgb/config.h +++ b/keyboards/mechlovin/zed65/rgb/config.h @@ -28,13 +28,10 @@ along with this program. If not, see . #endif #ifdef RGB_MATRIX_ENABLE - -#define IS31FL3741_I2C_ADDRESS_1 IS31FL3741_I2C_ADDRESS_SDA - -#define RGB_MATRIX_DISABLE_KEYCODES - -#define I2C1_SCL_PIN B8 -#define I2C1_SDA_PIN B9 -#define I2C1_CLOCK_SPEED 400000 -#define I2C1_DUTY_CYCLE FAST_DUTY_CYCLE_2 -#endif \ No newline at end of file +# define IS31FL3741_I2C_ADDRESS_1 IS31FL3741_I2C_ADDRESS_SDA +# define RGB_MATRIX_DISABLE_KEYCODES +# define I2C1_SCL_PIN B8 +# define I2C1_SDA_PIN B9 +# define I2C1_CLOCK_SPEED 400000 +# define I2C1_DUTY_CYCLE FAST_DUTY_CYCLE_2 +#endif