]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
fix for ps2_usb Makefile and circuit
authortmk <nobody@nowhere>
Tue, 3 May 2011 23:15:29 +0000 (08:15 +0900)
committertmk <nobody@nowhere>
Tue, 3 May 2011 23:16:26 +0000 (08:16 +0900)
ps2_usb/Makefile [changed mode: 0644->0755]
ps2_usb/README

old mode 100644 (file)
new mode 100755 (executable)
index af73be2..7b55e02
@@ -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
 
 
 
index a0ff286c77ac1981a929aa8dfab10451d60d193c..f4f344c0664cb6a9b4f340d8fd47989eb7fa10c8 100644 (file)
@@ -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
                |  |     |               |