summaryrefslogtreecommitdiff
path: root/demos/device/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-03-31 17:56:21 +0700
committerhathach <[email protected]>2014-03-31 17:56:21 +0700
commit1fb1ea46a56e4e0491be2226d73717a0bffedb71 (patch)
tree6015cb140e42ccbc8169726a1925e16f5b3f0bbe /demos/device/src
parent6052585932f28c54a96589fd9fd531abced3d325 (diff)
update xpresso host cmsis rtx to build with ngx4330
xpresso device cmsis rtx can build with all board
Diffstat (limited to 'demos/device/src')
-rw-r--r--demos/device/src/tusb_config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/device/src/tusb_config.h b/demos/device/src/tusb_config.h
index bb8e6769c..c21caaade 100644
--- a/demos/device/src/tusb_config.h
+++ b/demos/device/src/tusb_config.h
@@ -58,7 +58,7 @@
#define TUSB_CFG_DEVICE_FULLSPEED 1 // TODO refractor, remove
//------------- CLASS -------------//
-#define TUSB_CFG_DEVICE_HID_KEYBOARD 0
+#define TUSB_CFG_DEVICE_HID_KEYBOARD 1
#define TUSB_CFG_DEVICE_HID_MOUSE 1
#define TUSB_CFG_DEVICE_HID_GENERIC 0 // not supported yet
#define TUSB_CFG_DEVICE_MSC 1