diff --git a/keyboards/helix_ble/ssd1306.c b/keyboards/helix_ble/ssd1306.c index 827949356784..e32014ea3b9d 100755 --- a/keyboards/helix_ble/ssd1306.c +++ b/keyboards/helix_ble/ssd1306.c @@ -38,7 +38,7 @@ static uint16_t last_flush; static bool force_dirty = true; -uint8_t oled_buff[512]; +uint8_t oled_buff[1 + MatrixRows * DisplayWidth]; // Write command sequence. // Returns true on success.