Please remember to add a category to the bottom of each page that you create.
See categories help for further details, but most will probably be [[Category:HTC ModelName]].

Hermes KBD

From XDA-Developers
Jump to: navigation, search

Hermes keyboard keycodes

Connected to SPI0 port on S3C2442 (probably PIC16F*)

PCLK=50MHz, DIV=0xff -> clock=PCLK/2/(DIV+1)

|- ||button|| code (+0x80) |- || left- || 0x21 |- || right- || 0x3 |- || q || 0x41 |- || w || 0x42 |- || e || 0x43 |- || r || 0x44 |- || t || 0x35 |- || y || 0x36 |- || u || 0x37 |- || i || 0x38 |- || o || 0x6 |- || p || 0x7 |- || a || 0x51 |- || s || 0x52 |- || d || 0x53 |- || f || 0x54 |- || g || 0x45 |- || h || 0x46 |- || j || 0x47 |- || k || 0x48 |- || l || 0x5 |- || del || 0x34 |- || shift || 0x12 |- || z || 0x61 |- || x || 0x62 |- || c || 0x63 |- || v || 0x55 |- || b || 0x56 |- || n || 0x57 |- || m || 0x58 |- || up || 0x17 |- || enter || 0x65 |- || dot || 0x14 |- || menu || 0x23 |- || wifiok || 0x1 |- || symtab || 0x64 |- || space || 0x65 |- || . || 0x67 |- || left || 0x26 |- || down || 0x27 |- || right || 0x28

Personal tools