parent
b17f52ebe1
commit
c77c5043a1
@ -0,0 +1,9 @@
|
|||||||
|
#include <stdbool.h>
|
||||||
|
#include "debug.h"
|
||||||
|
|
||||||
|
|
||||||
|
bool debug_enable = false;
|
||||||
|
bool debug_matrix = false;
|
||||||
|
bool debug_keyboard = false;
|
||||||
|
bool debug_mouse = false;
|
||||||
|
|
@ -0,0 +1,10 @@
|
|||||||
|
#ifndef USB_HID_H
|
||||||
|
#define USB_HID_H
|
||||||
|
|
||||||
|
#include "report.h"
|
||||||
|
|
||||||
|
|
||||||
|
extern report_keyboard_t usb_hid_keyboard_report;
|
||||||
|
extern uint16_t usb_hid_time_stamp;
|
||||||
|
|
||||||
|
#endif
|
Loading…
Reference in new issue