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
This commit is contained in:
XScorpion2
2022-08-07 08:01:10 -05:00
committed by GitHub
parent a6ea760c94
commit 034e266998
4 changed files with 4 additions and 86 deletions

View File

@@ -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>