Files
zsa_qmk_firmware/quantum/split_common/post_config.h
T

11 lines
278 B
C
Raw Normal View History

2019-12-02 12:10:09 -05:00
#if defined(USE_I2C)
2019-08-30 11:19:03 -07:00
// When using I2C, using rgblight implicitly involves split support.
# if defined(RGBLIGHT_ENABLE) && !defined(RGBLIGHT_SPLIT)
# define RGBLIGHT_SPLIT
# endif
2019-08-30 11:19:03 -07:00
# ifndef F_SCL
# define F_SCL 100000UL // SCL frequency
2019-08-30 11:19:03 -07:00
# endif
#endif