diff options
| author | tmk <nobody@nowhere> | 2013-09-25 15:20:21 +0900 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2013-09-25 15:20:21 +0900 |
| commit | b9d59f33f2e27f514b13a662d5ec88d482ee3b5d (patch) | |
| tree | 0d1f15aa6ef47505a25ea6fcad23177a190cddfa /protocol | |
| parent | 7d692c492ca999edd827477b914ae38ce43bf519 (diff) | |
| download | qmk_firmware-b9d59f33f2e27f514b13a662d5ec88d482ee3b5d.tar.gz qmk_firmware-b9d59f33f2e27f514b13a662d5ec88d482ee3b5d.zip | |
Add M0120 scan code diagram
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/m0110.c | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/protocol/m0110.c b/protocol/m0110.c index 9b53ec2cd..924ec316b 100644 --- a/protocol/m0110.c +++ b/protocol/m0110.c | |||
| @@ -505,29 +505,29 @@ Scan Code | |||
| 505 | m0110_recv_key() function returns following scan codes instead of raw key events. | 505 | m0110_recv_key() function returns following scan codes instead of raw key events. |
| 506 | Scan codes are 1 byte long and MSB(bit7) is set when key is released. | 506 | Scan codes are 1 byte long and MSB(bit7) is set when key is released. |
| 507 | 507 | ||
| 508 | M0110 | 508 | M0110 M0120 |
| 509 | ,---------------------------------------------------------. | 509 | ,---------------------------------------------------------. ,---------------. |
| 510 | | `| 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| -| =|Backs| | 510 | | `| 1| 2| 3| 4| 5| 6| 7| 8| 9| 0| -| =|Backs| |Clr| -|Lft|Rgt| |
| 511 | |---------------------------------------------------------| | 511 | |---------------------------------------------------------| |---------------| |
| 512 | |Tab | Q| W| E| R| T| Y| U| I| O| P| [| ]| \| | 512 | |Tab | Q| W| E| R| T| Y| U| I| O| P| [| ]| \| | 7| 8| 9|Up | |
| 513 | |---------------------------------------------------------| | 513 | |---------------------------------------------------------| |---------------| |
| 514 | |CapsLo| A| S| D| F| G| H| J| K| L| ;| '|Return| | 514 | |CapsLo| A| S| D| F| G| H| J| K| L| ;| '|Return| | 4| 5| 6|Dn | |
| 515 | |---------------------------------------------------------| | 515 | |---------------------------------------------------------| |---------------| |
| 516 | |Shift | Z| X| C| V| B| N| M| ,| ,| /| | | 516 | |Shift | Z| X| C| V| B| N| M| ,| ,| /| | | 1| 2| 3| | |
| 517 | `---------------------------------------------------------' | 517 | `---------------------------------------------------------' |-----------|Ent| |
| 518 | |Opt|Mac | Space |Enter|Opt| | 518 | |Opt|Mac | Space |Enter|Opt| | 0| .| | |
| 519 | `------------------------------------------------' | 519 | `------------------------------------------------' `---------------' |
| 520 | ,---------------------------------------------------------. | 520 | ,---------------------------------------------------------. ,---------------. |
| 521 | | 32| 12| 13| 14| 15| 17| 16| 1A| 1C| 19| 1D| 1B| 18| 33| | 521 | | 32| 12| 13| 14| 15| 17| 16| 1A| 1C| 19| 1D| 1B| 18| 33| | 47| 4E| 46| 42| |
| 522 | |---------------------------------------------------------| | 522 | |---------------------------------------------------------| |---------------| |
| 523 | | 30| 0C| 0D| 0E| 0F| 10| 11| 20| 22| 1F| 23| 21| 1E| 2A| | 523 | | 30| 0C| 0D| 0E| 0F| 10| 11| 20| 22| 1F| 23| 21| 1E| 2A| | 59| 5B| 5C| 4D| |
| 524 | |---------------------------------------------------------| | 524 | |---------------------------------------------------------| |---------------| |
| 525 | | 39| 00| 01| 02| 03| 05| 04| 26| 28| 25| 29| 27| 24| | 525 | | 39| 00| 01| 02| 03| 05| 04| 26| 28| 25| 29| 27| 24| | 56| 57| 58| 48| |
| 526 | |---------------------------------------------------------| | 526 | |---------------------------------------------------------| |---------------| |
| 527 | | 38| 06| 07| 08| 09| 0B| 2D| 2E| 2B| 2F| 2C| 38| | 527 | | 38| 06| 07| 08| 09| 0B| 2D| 2E| 2B| 2F| 2C| 38| | 53| 54| 55| | |
| 528 | `---------------------------------------------------------' | 528 | `---------------------------------------------------------' |-----------| 4C| |
| 529 | | 3A| 37| 31 | 34| 3A| | 529 | | 3A| 37| 31 | 34| 3A| | 52| 41| | |
| 530 | `------------------------------------------------' | 530 | `------------------------------------------------' `---------------' |
| 531 | 531 | ||
| 532 | M0110A | 532 | M0110A |
| 533 | ,---------------------------------------------------------. ,---------------. | 533 | ,---------------------------------------------------------. ,---------------. |
