diff --git a/keyboards/crkbd/keymaps/sadekbaroudi/config.h b/keyboards/crkbd/keymaps/sadekbaroudi/config.h index b03991657f..f26df105d8 100644 --- a/keyboards/crkbd/keymaps/sadekbaroudi/config.h +++ b/keyboards/crkbd/keymaps/sadekbaroudi/config.h @@ -30,6 +30,11 @@ along with this program. If not, see . #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 diff --git a/keyboards/crkbd/keymaps/sadekbaroudi/rules.mk b/keyboards/crkbd/keymaps/sadekbaroudi/rules.mk index cc5e72c885..f08a33c43e 100644 --- a/keyboards/crkbd/keymaps/sadekbaroudi/rules.mk +++ b/keyboards/crkbd/keymaps/sadekbaroudi/rules.mk @@ -1,2 +1,2 @@ -OLED_DRIVER_ENABLE = yes +OLED_DRIVER_ENABLE = no RGBLIGHT_ENABLE = yes \ No newline at end of file