diff options
| author | tmk <nobody@nowhere> | 2012-09-02 23:47:18 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2012-09-02 23:47:18 +0900 |
| commit | c77c5043a121f195b3a552feb8283424a0652ce2 (patch) | |
| tree | 5b20b8c5cb7702408ffc10af0c259d71e6ce4ce9 /common/debug.c | |
| parent | b17f52ebe188b612d0cb063bd2386434a952aaf4 (diff) | |
| download | qmk_firmware-c77c5043a121f195b3a552feb8283424a0652ce2.tar.gz qmk_firmware-c77c5043a121f195b3a552feb8283424a0652ce2.zip | |
usb_hid: Fix timer size uint16_t to uint32_t;
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 000000000..41d566ee3 --- /dev/null +++ b/common/debug.c | |||
| @@ -0,0 +1,9 @@ | |||
| 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; | ||
| 9 | |||
