There was latency on the slave side. Something about this change fixed it.
This commit is contained in:
parent
7431de366a
commit
31e6935c10
|
|
@ -32,11 +32,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
#undef RGBLED_NUM
|
||||
#define RGBLED_NUM 54
|
||||
#define RGBLED_SPLIT { 27, 27 }
|
||||
#define RGBLED_NUM 27
|
||||
//#define RGBLED_SPLIT { 27, 27 }
|
||||
#define RGBLIGHT_LIMIT_VAL 120
|
||||
#define RGBLIGHT_LAYERS
|
||||
#define RGBLIGHT_SPLIT
|
||||
//#define RGBLIGHT_SPLIT
|
||||
#endif
|
||||
|
||||
#define OLED_FONT_H "keyboards/crkbd/lib/glcdfont.c"
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
OLED_DRIVER_ENABLE = yes
|
||||
RGBLIGHT_ENABLE = yes
|
||||
RGBLIGHT_ENABLE = yes
|
||||
Loading…
Reference in New Issue