There was latency on the slave side. Something about this change fixed it.

This commit is contained in:
Sadek Baroudi 2021-03-02 15:29:30 -08:00
parent 7431de366a
commit 31e6935c10
2 changed files with 4 additions and 4 deletions

View File

@ -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"

View File

@ -1,2 +1,2 @@
OLED_DRIVER_ENABLE = yes
RGBLIGHT_ENABLE = yes
RGBLIGHT_ENABLE = yes