Browse Source

fix for ps2_usb Makefile and circuit

core
tmk 13 years ago
parent
commit
5de62e26a0
2 changed files with 3 additions and 3 deletions
  1. 1
    1
      ps2_usb/Makefile
  2. 2
    2
      ps2_usb/README

+ 1
- 1
ps2_usb/Makefile View File

@@ -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




+ 2
- 2
ps2_usb/README View 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
| | | |