summaryrefslogtreecommitdiff
path: root/examples/device
diff options
context:
space:
mode:
Diffstat (limited to 'examples/device')
-rw-r--r--examples/device/nrf52840/src/tusb_config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/device/nrf52840/src/tusb_config.h b/examples/device/nrf52840/src/tusb_config.h
index 9ef739bcd..3b5ec360d 100644
--- a/examples/device/nrf52840/src/tusb_config.h
+++ b/examples/device/nrf52840/src/tusb_config.h
@@ -82,8 +82,8 @@
* require more IN endpoints. If disabled, they they are all packed into a single
* multiple report interface called "Generic".
*/
-#define CFG_TUD_DESC_BOOT_KEYBOARD 1
-#define CFG_TUD_DESC_BOOT_MOUSE 1
+#define CFG_TUD_DESC_BOOT_KEYBOARD 0
+#define CFG_TUD_DESC_BOOT_MOUSE 0
//------------- CLASS -------------//
#define CFG_TUD_CDC 1