remove CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP

This commit is contained in:
hathach
2019-04-25 21:41:21 +07:00
parent ff8fe28c98
commit 67aa45f75f
6 changed files with 189 additions and 198 deletions

View File

@@ -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