mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-11 14:40:06 +00:00
[Keyboard] Fix formatting on keyboard to micro connection table (#5968)
* Fix formatting on keyboard to micro connection table * Add whitespace to make more readable
This commit is contained in:
parent
a1e2d51712
commit
4f1537b879
1 changed files with 4 additions and 3 deletions
|
@ -23,9 +23,10 @@ qmk because the Arduino softserial library uses different pins from QMK.
|
|||
|
||||
I've wired the pro micro hardware as follows.
|
||||
|
||||
Label| TX0,RX1,GND,GND,2 ,3 ,4 ,5 ,6 ,7
|
||||
Palm | , , * ,GND,VCC,RX ,NC ,RTS,nc ,DCD
|
||||
MCU | ,D1 ,D0 , ,C6 , ,E6
|
||||
| Label | TX0 | RX1 | GND | GND | 2 | 3 | 4 | 5 | 6 | 7 |
|
||||
| --- | --- | --- | --- | --- | --- | --- | --- | --- | --- | --- |
|
||||
| Palm | | | * | GND | VCC | RX | NC | RTS | NC | DCD |
|
||||
| MCU | | | | | D1 | D0 | | C6 | | E6 |
|
||||
|
||||
\* The RX line from the keyboard should be conected to a ~10K ohm pull down resistor to ground.
|
||||
RX --|--3
|
||||
|
|
Loading…
Reference in a new issue