0
0
mirror of https://github.com/qmk/qmk_firmware.git synced 2025-04-02 14:00:07 +00:00
qmk_firmware/common/debug.c
2012-10-27 02:27:09 +09:00

9 lines
151 B
C

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