summaryrefslogtreecommitdiff
path: root/common/debug.c
blob: 41d566ee3a3de8f33a71bf4557b7a85408f206e1 (plain)
1
2
3
4
5
6
7
8
9
#include <stdbool.h>
#include "debug.h"


bool debug_enable = false;
bool debug_matrix = false;
bool debug_keyboard = false;
bool debug_mouse = false;