diff options
| author | hathach <[email protected]> | 2014-03-26 00:00:53 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2014-03-26 00:00:53 +0700 |
| commit | 2a4976b7bd20277ab607ef29b7549242dbc258d4 (patch) | |
| tree | 56258b72c5cccaaf6883d7532a335cd674cf35a7 /demos/device/src | |
| parent | 3cf5a383e066b0d86d1189a459892130ac8aeff7 (diff) | |
markdown documenting
Diffstat (limited to 'demos/device/src')
| -rw-r--r-- | demos/device/src/tusb_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/device/src/tusb_config.h b/demos/device/src/tusb_config.h index 002085718..f7e577685 100644 --- a/demos/device/src/tusb_config.h +++ b/demos/device/src/tusb_config.h @@ -59,7 +59,7 @@ //------------- CLASS -------------//
#define TUSB_CFG_DEVICE_HID_KEYBOARD 1
-#define TUSB_CFG_DEVICE_HID_MOUSE 1
+#define TUSB_CFG_DEVICE_HID_MOUSE 0
#define TUSB_CFG_DEVICE_HID_GENERIC 0 // not supported yet
#define TUSB_CFG_DEVICE_MSC 1
#define TUSB_CFG_DEVICE_CDC 1
|
