summaryrefslogtreecommitdiff
path: root/converter/m0110_usb/README.md
diff options
context:
space:
mode:
authorThomas Russell Murphy <thomas.russell.murphy@case.edu>2014-01-04 22:45:52 -0500
committertmk <nobody@nowhere>2014-01-07 11:03:18 +0900
commit3ee5f565ae98cc68b6dff24225b6f8f069f6e20d (patch)
treef6cbb6bf66c9189f44cd9b7b20c93f6888c05b4f /converter/m0110_usb/README.md
parent6e9260cc176a77702b22381d01c59f0deafcb996 (diff)
Spellchecking converter README files.
Diffstat (limited to 'converter/m0110_usb/README.md')
-rw-r--r--converter/m0110_usb/README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/converter/m0110_usb/README.md b/converter/m0110_usb/README.md
index b3fb8f7e97..1c344f1ac4 100644
--- a/converter/m0110_usb/README.md
+++ b/converter/m0110_usb/README.md
@@ -2,7 +2,7 @@ M0110/M0110A to USB keyboard converter
======================================
This firmware converts the protocol of Apple Macintosh keyboard **M0110**, **M0110A** and **M0120** into USB. Target of this project is USB AVR controller **ATmega32U4**. Using this converter you can revive these retro keyboards with modern computer.
-Pics of **M0110 + M0120** and **M0110A**.
+Pictures of **M0110 + M0120** and **M0110A**.
![M0110+M0120](http://i.imgur.com/dyvXb2Tm.jpg)
![M0110A](http://i.imgur.com/HuHOEoHm.jpg)
@@ -31,7 +31,7 @@ Note that original cable used with Mac is **straight** while phone handset cable
<http://en.wikipedia.org/wiki/Modular_connector#4P4C>
-Close-up pic of handset cable. You can see one end of plug has reverse color codes against the other. Click to enlarge.
+Close-up picture of handset cable. You can see one end of plug has reverse color codes against the other. Click to enlarge.
[![4P4C cable](http://i.imgur.com/3S9P1mYm.jpg?1)](http://i.imgur.com/3S9P1mY.jpg?1)
[Teensy]: http://www.pjrc.com/teensy/
@@ -43,12 +43,12 @@ Close-up pic of handset cable. You can see one end of plug has reverse color cod
![Jack fig](http://www.kbdbabel.org/conn/kbd_connector_macplus.png)
-### Pull-up Registor
-You may need pull-up registors on signal lines(`CLOCK`, `DATA`) in particular when you have long or coiled cable. **1k-10k Ohm** will be OK for this purpose. In that case the converter may not read signal from keyboard correctly without pull-up resistors.
+### Pull-up Resistor
+You may need pull-up resistors on signal lines(`CLOCK`, `DATA`) in particular when you have long or coiled cable. **1k-10k Ohm** will be OK for this purpose. In that case the converter may not read signal from keyboard correctly without pull-up resistors.
-Building Frimware
+Building Firmware
-----------------
To compile firmware you need AVR GCC. You can edit *Makefile* and *config.h* to change compile options and pin configuration.