]> git.gir.st - tmk_keyboard.git/blob - common/debug.c
Merge branch 'overlays'
[tmk_keyboard.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;
Imprint / Impressum