Finally fixed the slave side latency issue!

This commit is contained in:
Sadek Baroudi 2021-03-09 11:17:33 -08:00
parent d5d9281a0d
commit 3c0bf26382
2 changed files with 6 additions and 1 deletions

View File

@ -30,6 +30,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define USE_SERIAL_PD2
// OLED disabled, remove this line when re-enabling.
// Seeing latency from slave side, so removing this to fix, per
// https://www.reddit.com/r/olkb/comments/g5h7jo/slave_side_of_split_keyboard_sends_keystrokes/
#undef SSD1306OLED
#ifdef RGBLIGHT_ENABLE
#undef RGBLED_NUM
#define RGBLED_NUM 27

View File

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