Browse Source

Update keyboards/mechlovin/zed65/rgb/config.h

Co-authored-by: Duncan Sutherland <dunk2k_2000@hotmail.com>
pull/23363/head
mechlovin 1 month ago
parent
commit
326999c25d
1 changed files with 7 additions and 10 deletions
  1. +7
    -10
      keyboards/mechlovin/zed65/rgb/config.h

+ 7
- 10
keyboards/mechlovin/zed65/rgb/config.h View File

@ -28,13 +28,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#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
# 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

Loading…
Cancel
Save