Browse Source

[Keyboard] Fix formatting on keyboard to micro connection table (#5968)

* Fix formatting on keyboard to micro connection table

* Add whitespace to make more readable
pull/10246/head
Mark 5 years ago
committed by Drashna Jaelre
parent
commit
4f1537b879
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      keyboards/converter/palm_usb/readme.md

+ 4
- 3
keyboards/converter/palm_usb/readme.md View File

@ -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…
Cancel
Save