diff options
author | Diego Roversi <diegor@tiscali.it> | 2018-03-11 11:36:20 +0100 |
---|---|---|
committer | Diego Roversi <diegor@tiscali.it> | 2018-03-11 11:36:20 +0100 |
commit | d7b39eed5194f0bfe7f5c8713abb6f99607f5081 (patch) | |
tree | 54084741c95217da8e984073eafa24b3d398cf7a /TERES-HID/KeyboardMouse.h | |
parent | 91bc0cd5909007bb3608cb37880af8447c7ac877 (diff) |
add serial ACM handling
Diffstat (limited to 'TERES-HID/KeyboardMouse.h')
-rw-r--r-- | TERES-HID/KeyboardMouse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/TERES-HID/KeyboardMouse.h b/TERES-HID/KeyboardMouse.h index 52267ff..5470496 100644 --- a/TERES-HID/KeyboardMouse.h +++ b/TERES-HID/KeyboardMouse.h @@ -59,6 +59,8 @@ #include <LUFA/Platform/Platform.h> #include <LUFA/Drivers/Peripheral/TWI.h> #include <LUFA/Drivers/Peripheral/ADC.h> + + /** Magic bootloader key to unlock forced application start mode. */ #define MAGIC_BOOT_KEY 0xDC42 |