From: tmk <nobody@nowhere>
Date: Tue, 3 May 2011 23:15:29 +0000 (+0900)
Subject: fix for ps2_usb Makefile and circuit
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5de62e26a04bd99a1f70f13270ab95e6b3e85d59;p=tmk_firmware.git

fix for ps2_usb Makefile and circuit
---

diff --git a/ps2_usb/Makefile b/ps2_usb/Makefile
old mode 100644
new mode 100755
index af73be2..7b55e02
--- a/ps2_usb/Makefile
+++ b/ps2_usb/Makefile
@@ -43,7 +43,7 @@ USB_NKRO_ENABLE = yes	# USB Nkey Rollover
 
 
 #---------------- Programming Options --------------------------
-PROGRAM_CMD = teensy_loader_cli.exe -mmcu=$(MCU) -w -v $(TARGET).hex
+PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex
 
 
 
diff --git a/ps2_usb/README b/ps2_usb/README
index a0ff286..f4f344c 100644
--- a/ps2_usb/README
+++ b/ps2_usb/README
@@ -81,8 +81,8 @@ USB            GND  |   |   ATmega168   |
 ===                 C3  |               |
 5V <-------+--------+---|Vcc,AVCC       |        PS/2
            R1           |               |        ====
-D- <----+--+-----R2-----|INT0        RXD|------->DATA
-D+ <----|---+----R3-----|INT1        XCK|------->CLOCK
+D- <----+--+-----R2-----|INT1        RXD|------->DATA
+D+ <----|---+----R3-----|INT0        XCK|------->CLOCK
         Z1  Z2          |               |      ->5V
 GND<----+---+--+--+-----|GND            |      ->GND
                |  |     |               |