summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-07-28 20:15:20 +0700
committerhathach <[email protected]>2018-07-28 22:42:44 +0700
commit8b17c5460950c425e17a055940e3a02cf6b29962 (patch)
treedc730af4daada5828094c2436ab7568171b69e8b /examples
parentc729db229422a2771be394ea4ac8de65eac619e4 (diff)
fix hid generic various error
Diffstat (limited to 'examples')
-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