Changeset 11797d5 in mainline for uspace/drv/usbkbd/conv.c
- Timestamp:
- 2011-01-21T16:37:26Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3ee48f2, 9097c16a
- Parents:
- 7d540c8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbkbd/conv.c
r7d540c8 r11797d5 30 30 #include "conv.h" 31 31 32 static int scanmap_simple[ ] = {32 static int scanmap_simple[255] = { 33 33 34 34 // [0x29] = KC_BACKTICK, … … 56 56 [0x16] = KC_S, 57 57 [0x17] = KC_T, 58 [0x1 2] = KC_U,58 [0x18] = KC_U, 59 59 [0x19] = KC_V, 60 60 [0x1a] = KC_W,
Note:
See TracChangeset
for help on using the changeset viewer.