0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-04-05 05:15:38 +00:00
qmk_firmware/common/debug.c

10 lines
152 B
C

#include <stdbool.h>
#include "debug.h"
bool debug_enable = false;
bool debug_matrix = false;
bool debug_keyboard = false;
bool debug_mouse = false;