summaryrefslogtreecommitdiff
path: root/tests/test/host/hid
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test/host/hid')
-rw-r--r--tests/test/host/hid/test_hidh_keyboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test/host/hid/test_hidh_keyboard.c b/tests/test/host/hid/test_hidh_keyboard.c
index fa15f221b..b1fc6e381 100644
--- a/tests/test/host/hid/test_hidh_keyboard.c
+++ b/tests/test/host/hid/test_hidh_keyboard.c
@@ -53,11 +53,11 @@ tusb_keyboard_report_t sample_key[2] =
{
{
.modifier = KEYBOARD_MODIFIER_LEFTCTRL,
- .keycode = {KEYBOARD_KEYCODE_a}
+ .keycode = {4}//{KEYBOARD_KEYCODE_a} TODO ascii to key code table
},
{
.modifier = KEYBOARD_MODIFIER_RIGHTALT,
- .keycode = {KEYBOARD_KEYCODE_z}
+ .keycode = {5}//{KEYBOARD_KEYCODE_z}
}
};