diff options
Diffstat (limited to 'common/debug.c')
| -rw-r--r-- | common/debug.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/common/debug.c b/common/debug.c new file mode 100644 index 000000000..41d566ee3 --- /dev/null +++ b/common/debug.c | |||
| @@ -0,0 +1,9 @@ | |||
| 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 | |||
