forked from mirrors/qmk_firmware
added description of ADB socket pintouts.
This commit is contained in:
parent
849b10e921
commit
7ad93f7850
1 changed files with 18 additions and 4 deletions
22
ADB.txt
22
ADB.txt
|
@ -23,11 +23,24 @@ AVR ATtiny2131 ADB to PS/2 converter(Japanese)
|
|||
|
||||
Pinouts
|
||||
-------
|
||||
Female socket from the front
|
||||
ADB female socket from the front:
|
||||
__________
|
||||
| | <--- top
|
||||
| 4o o3 |
|
||||
|2o o1|
|
||||
| == |
|
||||
|________| <--- bottom
|
||||
| | <--- 4pins
|
||||
|
||||
4o o3
|
||||
2o o1
|
||||
==
|
||||
|
||||
ADB female socket from bottom:
|
||||
|
||||
========== <--- front
|
||||
| |
|
||||
| |
|
||||
|2o o1|
|
||||
|4o o3|
|
||||
---------- <--- back
|
||||
|
||||
1: Data
|
||||
2: Power SW(low when press Power key)
|
||||
|
@ -35,6 +48,7 @@ Pinouts
|
|||
4: GND
|
||||
|
||||
|
||||
|
||||
Commands
|
||||
--------
|
||||
ADB command is 1byte and consists of 4bit-address, 2bit-command
|
||||
|
|
Loading…
Reference in a new issue