diff options
| author | hathach <[email protected]> | 2019-04-25 21:41:21 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2019-04-25 21:41:21 +0700 |
| commit | 67aa45f75ff33e137526cc75ce141cbb225c279d (patch) | |
| tree | 7476c3cbedfc461ae373fa793a68c297f8796358 /examples/device/cdc_msc_hid_freertos | |
| parent | ff8fe28c985f3059bbd0633a0f778dd6b9f5a9d1 (diff) | |
remove CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP
Diffstat (limited to 'examples/device/cdc_msc_hid_freertos')
| -rw-r--r-- | examples/device/cdc_msc_hid_freertos/src/tusb_config.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/examples/device/cdc_msc_hid_freertos/src/tusb_config.h b/examples/device/cdc_msc_hid_freertos/src/tusb_config.h index 15f099548..eaed1285b 100644 --- a/examples/device/cdc_msc_hid_freertos/src/tusb_config.h +++ b/examples/device/cdc_msc_hid_freertos/src/tusb_config.h @@ -108,12 +108,6 @@ // HID //-------------------------------------------------------------------- -/* Use the HID_ASCII_TO_KEYCODE lookup - * This will occupies 256 bytes of ROM. It will also enable the use of extra APIs - * - tud_hid_keyboard_send_char() - */ -#define CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP 0 - #ifdef __cplusplus } #endif |
