You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/common/debug.c

13 lines
233 B

#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,
};