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 0000000000..41d566ee3a --- /dev/null +++ b/common/debug.c @@ -0,0 +1,9 @@ +#include <stdbool.h> +#include "debug.h" + + +bool debug_enable = false; +bool debug_matrix = false; +bool debug_keyboard = false; +bool debug_mouse = false; + |