aboutsummaryrefslogtreecommitdiff
path: root/bootloaders/caterina/src
diff options
context:
space:
mode:
Diffstat (limited to 'bootloaders/caterina/src')
-rw-r--r--bootloaders/caterina/src/Platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootloaders/caterina/src/Platform.h b/bootloaders/caterina/src/Platform.h
index 9d18e80..37c26de 100644
--- a/bootloaders/caterina/src/Platform.h
+++ b/bootloaders/caterina/src/Platform.h
@@ -41,7 +41,7 @@ void Program(uint8_t ep, uint16_t page, uint8_t count);
/* HID is not fully-supported in the bootloader - can be enabled
for testing, but note the descriptor report and other parts are
not complete */
-//#define HID_ENABLED
+#define HID_ENABLED
#include "USBCore.h"
#include "USBDesc.h"