1
0
Fork 0

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>