]> git.donarmstrong.com Git - tmk_firmware.git/blob - common/debug.c
Merge branch 'eeprom_config'
[tmk_firmware.git] / common / debug.c
1 #include <stdbool.h>
2 #include "debug.h"
3
4
5 bool debug_enable = false;
6 bool debug_matrix = false;
7 bool debug_keyboard = false;
8 bool debug_mouse = false;