diff options
| author | XScorpion2 | 2022-08-07 15:01:10 +0200 |
|---|---|---|
| committer | GitHub | 2022-08-07 15:01:10 +0200 |
| commit | 034e266998b92b063125242eea9dec23c41810c3 (patch) | |
| tree | 87a8fbcdd3cd93eed717fb1cf0e9346921a7b3be /keyboards/rgbkb/common | |
| parent | a6ea760c94a7fc33a6c727f01ade068ecb072b48 (diff) | |
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
Diffstat (limited to 'keyboards/rgbkb/common')
| -rw-r--r-- | keyboards/rgbkb/common/common_oled.c | 3 |
1 files changed, 2 insertions, 1 deletions
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 <stdio.h> #include <string.h> #include <transactions.h> |