forked from mirrors/qmk_userspace
divide usb_keyboard_debug.[c|h] into usb_device, usb_keyboard, usb_debug.
This commit is contained in:
parent
6be0e4fafb
commit
7fd9003f59
9 changed files with 225 additions and 186 deletions
2
mykey.c
2
mykey.c
|
@ -30,7 +30,7 @@
|
|||
#include <avr/interrupt.h>
|
||||
#include <util/delay.h>
|
||||
|
||||
#include "usb_keyboard_debug.h"
|
||||
#include "usb_device.h"
|
||||
#include "print.h"
|
||||
#include "matrix.h"
|
||||
#include "keymap.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue