diff options
author | tmk <nobody@nowhere> | 2010-11-17 08:06:20 +0100 |
---|---|---|
committer | tmk <nobody@nowhere> | 2010-11-17 08:06:20 +0100 |
commit | 02d955e9fecda610e9cb7f5317262b907614bf31 (patch) | |
tree | 01a32f36bb17574f46c0d1848d87b0f750afdedc /Makefile.common | |
parent | 8240e606d4571624c7967d6acfa562d70ff3ab97 (diff) | |
download | qmk_firmware-02d955e9fecda610e9cb7f5317262b907614bf31.tar.gz qmk_firmware-02d955e9fecda610e9cb7f5317262b907614bf31.tar.xz |
add audio controls from consumer page(HID)
Diffstat (limited to 'Makefile.common')
-rw-r--r-- | Makefile.common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.common b/Makefile.common index bec799c08..467f6e777 100644 --- a/Makefile.common +++ b/Makefile.common @@ -55,6 +55,7 @@ SRC = tmk.c \ usb_keyboard.c \ usb_mouse.c \ usb_debug.c \ + usb_extra.c \ usb.c \ jump_bootloader.c \ print.c \ |