]> git.donarmstrong.com Git - tmk_firmware.git/blob - common/debug.c
e406d39b0ecc622f3a80f5779b13f07ba18827f5
[tmk_firmware.git] / common / debug.c
1 #include <stdbool.h>
2 #include "debug.h"
3
4
5 bool debug_enable = false;
6 bool debug_matrix = false;
7 bool debug_keyboard = false;
8 bool debug_mouse = false;