aboutsummaryrefslogtreecommitdiff
path: root/common/debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'common/debug.c')
-rw-r--r--common/debug.c9
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
5bool debug_enable = false;
6bool debug_matrix = false;
7bool debug_keyboard = false;
8bool debug_mouse = false;
9