summaryrefslogtreecommitdiff
path: root/examples/device/cdc_msc_hid/src/tusb_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/device/cdc_msc_hid/src/tusb_config.h')
-rw-r--r--examples/device/cdc_msc_hid/src/tusb_config.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/device/cdc_msc_hid/src/tusb_config.h b/examples/device/cdc_msc_hid/src/tusb_config.h
index 2614bcb6f..7cea8b78f 100644
--- a/examples/device/cdc_msc_hid/src/tusb_config.h
+++ b/examples/device/cdc_msc_hid/src/tusb_config.h
@@ -21,7 +21,6 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
* THE SOFTWARE.
*
- * This file is part of the TinyUSB stack.
*/
#ifndef _TUSB_CONFIG_H_
@@ -113,7 +112,7 @@
* 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 1
+#define CFG_TUD_HID_ASCII_TO_KEYCODE_LOOKUP 0
#ifdef __cplusplus
}