mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-11 11:09:10 +00:00
10 lines
152 B
C
10 lines
152 B
C
|
#include <stdbool.h>
|
||
|
#include "debug.h"
|
||
|
|
||
|
|
||
|
bool debug_enable = false;
|
||
|
bool debug_matrix = false;
|
||
|
bool debug_keyboard = false;
|
||
|
bool debug_mouse = false;
|
||
|
|