]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
terminal_usb: Fix pin configuration in README
authortmk <hasu@tmk-kbd.com>
Sun, 10 Mar 2019 13:48:21 +0000 (22:48 +0900)
committertmk <hasu@tmk-kbd.com>
Sun, 10 Mar 2019 13:48:21 +0000 (22:48 +0900)
converter/terminal_usb/Makefile
converter/terminal_usb/README

index 78208f7f497055633526de9beacba6ad76f46eff..fc07155f69a732590277b517f8ea7386b3d2b7b6 100644 (file)
@@ -75,10 +75,8 @@ COMMAND_ENABLE = yes    # Commands for debug and configuration
 
 #
 # PS/2 protocol implementations
-#      USART is recommended if it is available, others are for reference purpose.
-#      INT implementation will drop simultaneous key strokes.
 #
-#PS2_USE_USART = yes   # uses hardware USART engine for PS/2 signal receive(recomened)
+#PS2_USE_USART = yes   # uses hardware USART engine for PS/2 signal receive
 PS2_USE_INT = yes      # uses external interrupt for falling edge of PS/2 clock pin
 #PS2_USE_BUSYWAIT = yes        # uses primitive reference code
 
index 6ff1bc92f3bae3d89edd783090ab9a9619d1c8bc..b3aadeaef288656e3845ffcffaa4ee4c35a9d751 100644 (file)
@@ -11,8 +11,8 @@ CONNECTION
 ----------
 Keyboard    ATMega32U4
 ----------------------
-Data:       PD2
-Clock:      PD5
+Data:       PD0
+Clock:      PD1
 
 And VCC and GND, of course. See RESOURCE for keyboard connector pin assign.
 
@@ -32,6 +32,5 @@ Soarer's Converter: http://geekhack.org/index.php?topic=17458.0
 KbdBabel: http://www.kbdbabel.org/
 RJ45 Connector: http://www.kbdbabel.org/conn/kbd_connector_ibmterm.png
 DIN Connector: http://www.kbdbabel.org/conn/kbd_connector_ibm3179_318x_319x.png
-WinAVR: http://winavr.sourceforge.net/
 
 EOF