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 2afe705 commit e6c6094Copy full SHA for e6c6094
src/class/hid/hid.h
@@ -871,10 +871,10 @@ enum
871
{0, 0 }, /* 0x07 */ \
872
{0, HID_KEY_BACKSPACE }, /* 0x08 Backspace */ \
873
{0, HID_KEY_TAB }, /* 0x09 Tab */ \
874
- {0, HID_KEY_RETURN }, /* 0x0A Line Feed */ \
+ {0, HID_KEY_ENTER }, /* 0x0A Line Feed */ \
875
{0, 0 }, /* 0x0B */ \
876
{0, 0 }, /* 0x0C */ \
877
- {0, HID_KEY_RETURN }, /* 0x0D CR */ \
+ {0, HID_KEY_ENTER }, /* 0x0D CR */ \
878
{0, 0 }, /* 0x0E */ \
879
{0, 0 }, /* 0x0F */ \
880
{0, 0 }, /* 0x10 */ \
0 commit comments