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


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