We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1377101 commit 47421c9Copy full SHA for 47421c9
cores/nRF5/usb/tusb_config.h
@@ -72,9 +72,6 @@
72
// MSC
73
//--------------------------------------------------------------------
74
75
-// Number of supported Logical Unit Number (At least 1)
76
-#define CFG_TUD_MSC_MAXLUN 1
77
-
78
// Buffer size of Device Mass storage
79
#define CFG_TUD_MSC_BUFSIZE 512
80
@@ -91,12 +88,6 @@
91
88
// HID
92
89
93
90
94
-/* Use the HID_ASCII_TO_KEYCODE lookup
95
- * This will occupies 256 bytes of ROM. It will also enable the use of extra APIs
96
- * - tud_hid_keyboard_send_char()
97
- */
98
-#define CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP 0
99
100
#ifdef __cplusplus
101
}
102
#endif
0 commit comments