diff options
author | Jun Wako <wakojun@gmail.com> | 2015-05-18 13:58:56 +0900 |
---|---|---|
committer | Jun Wako <wakojun@gmail.com> | 2015-05-18 14:01:53 +0900 |
commit | 6014d1014e96a7b484699d4dd8c04292c0233b0e (patch) | |
tree | dd88dfa580f146ff6810718d7ad1cf24aaa3b2cb /converter/ps2_usb/README.md | |
parent | 2d9e0d5cab534cf70471f6dd37f8e624354e67b3 (diff) |
ps2_usb: Fix pin configuration
Diffstat (limited to 'converter/ps2_usb/README.md')
-rw-r--r-- | converter/ps2_usb/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/ps2_usb/README.md b/converter/ps2_usb/README.md index 8a535949d8..74464e2640 100644 --- a/converter/ps2_usb/README.md +++ b/converter/ps2_usb/README.md @@ -14,7 +14,7 @@ In case of Teensy2.0(ATMega32U4): - **USART**: **Clock** is on `PD5` and **Data** on `PD2`. 3. Optionally you need pull-up resistor. 1K-10K Ohm is OK. -To change pin configuration edit config.h. +To change pin configuration edit **config.h** and **Makefile**. Build Firmware |