Finally fixed the slave side latency issue!
This commit is contained in:
parent
d5d9281a0d
commit
3c0bf26382
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
OLED_DRIVER_ENABLE = yes
|
||||
OLED_DRIVER_ENABLE = no
|
||||
RGBLIGHT_ENABLE = yes
|
||||
Loading…
Reference in New Issue