From 034e266998b92b063125242eea9dec23c41810c3 Mon Sep 17 00:00:00 2001 From: XScorpion2 Date: Sun, 7 Aug 2022 08:01:10 -0500 Subject: Rgbkb/keeb fixes (#17932) * Disable console by default for better bios & reboot behavior * Remove custom matrix * Disable console by default for better bios & reboot behavior * PR feedback --- keyboards/rgbkb/common/common_oled.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'keyboards/rgbkb/common') diff --git a/keyboards/rgbkb/common/common_oled.c b/keyboards/rgbkb/common/common_oled.c index b6ea6b20af..b6873123b0 100644 --- a/keyboards/rgbkb/common/common_oled.c +++ b/keyboards/rgbkb/common/common_oled.c @@ -11,7 +11,8 @@ #include "oled_driver.h" #include "rgb_matrix.h" -// for memcpy +// for memcpy & snprintf +#include #include #include -- cgit v1.2.3