Adhoc fix compile error of usb_usb
parent
b9e265368f
commit
ea524d7bef
@ -0,0 +1,12 @@
|
|||||||
|
#include <stdbool.h>
|
||||||
|
#include "debug.h"
|
||||||
|
|
||||||
|
|
||||||
|
//debug_config_t debug_config = { .enable = false, .matrix = false };
|
||||||
|
debug_config_t debug_config = {
|
||||||
|
.enable = false,
|
||||||
|
.matrix = false,
|
||||||
|
.keyboard = false,
|
||||||
|
.mouse = false,
|
||||||
|
};
|
||||||
|
|
Loading…
Reference in New Issue