]> git.donarmstrong.com Git - tmk_firmware.git/blob - common/debug.c
41d566ee3a3de8f33a71bf4557b7a85408f206e1
[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;
9