summaryrefslogtreecommitdiff
path: root/examples/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-04-25 21:41:21 +0700
committerhathach <[email protected]>2019-04-25 21:41:21 +0700
commit67aa45f75ff33e137526cc75ce141cbb225c279d (patch)
tree7476c3cbedfc461ae373fa793a68c297f8796358 /examples/host
parentff8fe28c985f3059bbd0633a0f778dd6b9f5a9d1 (diff)
remove CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP
Diffstat (limited to 'examples/host')
-rw-r--r--examples/host/cdc_msc_hid/src/tusb_config.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/examples/host/cdc_msc_hid/src/tusb_config.h b/examples/host/cdc_msc_hid/src/tusb_config.h
index 693ce5ac9..a1b4352d4 100644
--- a/examples/host/cdc_msc_hid/src/tusb_config.h
+++ b/examples/host/cdc_msc_hid/src/tusb_config.h
@@ -116,14 +116,6 @@
// HID
//--------------------------------------------------------------------
-/* Use the HID_ASCII_TO_KEYCODE lookup if CFG_TUD_HID_KEYBOARD is enabled.
- * This will occupies 256 bytes of ROM. It will also enable the use of 2 extra APIs
- * - tud_hid_keyboard_send_char()
- * - tud_hid_keyboard_send_string()
- */
-#define CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP 1
-
-
#ifdef __cplusplus
}
#endif