diff options
| author | Thomas Russell Murphy <thomas.russell.murphy@case.edu> | 2014-01-04 22:45:52 -0500 |
|---|---|---|
| committer | tmk <nobody@nowhere> | 2014-01-07 11:03:18 +0900 |
| commit | 3ee5f565ae98cc68b6dff24225b6f8f069f6e20d (patch) | |
| tree | f6cbb6bf66c9189f44cd9b7b20c93f6888c05b4f | |
| parent | 6e9260cc176a77702b22381d01c59f0deafcb996 (diff) | |
| download | qmk_firmware-3ee5f565ae98cc68b6dff24225b6f8f069f6e20d.tar.gz qmk_firmware-3ee5f565ae98cc68b6dff24225b6f8f069f6e20d.zip | |
Spellchecking converter README files.
| -rw-r--r-- | converter/adb_usb/README.md | 4 | ||||
| -rw-r--r-- | converter/ascii_usb/README | 2 | ||||
| -rw-r--r-- | converter/m0110_usb/README.md | 10 | ||||
| -rw-r--r-- | converter/pc98_usb/README | 4 | ||||
| -rw-r--r-- | converter/ps2_usb/README.md | 4 | ||||
| -rw-r--r-- | converter/sun_usb/README | 4 | ||||
| -rw-r--r-- | converter/usb_usb/README | 2 | ||||
| -rw-r--r-- | converter/x68k_usb/README | 4 |
8 files changed, 17 insertions, 17 deletions
diff --git a/converter/adb_usb/README.md b/converter/adb_usb/README.md index 5301557d4..d9efbfab2 100644 --- a/converter/adb_usb/README.md +++ b/converter/adb_usb/README.md | |||
| @@ -71,8 +71,8 @@ Notes | |||
| 71 | Many ADB keyboards has no discrimination between right modifier and left one, | 71 | Many ADB keyboards has no discrimination between right modifier and left one, |
| 72 | you will always see left control even if you press right control key. | 72 | you will always see left control even if you press right control key. |
| 73 | Apple Extended Keyboard and Apple Extended Keyboard II are the examples. | 73 | Apple Extended Keyboard and Apple Extended Keyboard II are the examples. |
| 74 | Though ADB protocol itsef has the ability of distinction between right and left. | 74 | Though ADB protocol itself has the ability of distinction between right and left. |
| 75 | And most ADB keyboard has no NKRO functionality, though ADB protocol itsef has that. | 75 | And most ADB keyboard has no NKRO functionality, though ADB protocol itself has that. |
| 76 | See protocol/adb.c for more info. | 76 | See protocol/adb.c for more info. |
| 77 | 77 | ||
| 78 | EOF | 78 | EOF |
diff --git a/converter/ascii_usb/README b/converter/ascii_usb/README index b9c7ef252..02fa064ed 100644 --- a/converter/ascii_usb/README +++ b/converter/ascii_usb/README | |||
| @@ -6,7 +6,7 @@ Target MCU is ATMega32u4 but other USB capable AVR will also work. | |||
| 6 | 6 | ||
| 7 | Hardware | 7 | Hardware |
| 8 | -------- | 8 | -------- |
| 9 | Connect RX, TX and GND to UART pin of AVR. Note that you may need line drvier/level shfiter like MAX232 to interface high voltage of RS-232C. | 9 | Connect RX, TX and GND to UART pin of AVR. Note that you may need line driver/level shifter like MAX232 to interface high voltage of RS-232C. |
| 10 | 10 | ||
| 11 | 11 | ||
| 12 | 12 | ||
diff --git a/converter/m0110_usb/README.md b/converter/m0110_usb/README.md index b3fb8f7e9..1c344f1ac 100644 --- a/converter/m0110_usb/README.md +++ b/converter/m0110_usb/README.md | |||
| @@ -2,7 +2,7 @@ M0110/M0110A to USB keyboard converter | |||
| 2 | ====================================== | 2 | ====================================== |
| 3 | 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. | 3 | 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. |
| 4 | 4 | ||
| 5 | Pics of **M0110 + M0120** and **M0110A**. | 5 | Pictures of **M0110 + M0120** and **M0110A**. |
| 6 | 6 | ||
| 7 |  | 7 |  |
| 8 |  | 8 |  |
| @@ -31,7 +31,7 @@ Note that original cable used with Mac is **straight** while phone handset cable | |||
| 31 | 31 | ||
| 32 | <http://en.wikipedia.org/wiki/Modular_connector#4P4C> | 32 | <http://en.wikipedia.org/wiki/Modular_connector#4P4C> |
| 33 | 33 | ||
| 34 | Close-up pic of handset cable. You can see one end of plug has reverse color codes against the other. Click to enlarge. | 34 | Close-up picture of handset cable. You can see one end of plug has reverse color codes against the other. Click to enlarge. |
| 35 | [](http://i.imgur.com/3S9P1mY.jpg?1) | 35 | [](http://i.imgur.com/3S9P1mY.jpg?1) |
| 36 | 36 | ||
| 37 | [Teensy]: http://www.pjrc.com/teensy/ | 37 | [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 | |||
| 43 |  | 43 |  |
| 44 | 44 | ||
| 45 | 45 | ||
| 46 | ### Pull-up Registor | 46 | ### Pull-up Resistor |
| 47 | 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. | 47 | 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. |
| 48 | 48 | ||
| 49 | 49 | ||
| 50 | 50 | ||
| 51 | Building Frimware | 51 | Building Firmware |
| 52 | ----------------- | 52 | ----------------- |
| 53 | To compile firmware you need AVR GCC. You can edit *Makefile* and *config.h* to change compile options and pin configuration. | 53 | To compile firmware you need AVR GCC. You can edit *Makefile* and *config.h* to change compile options and pin configuration. |
| 54 | 54 | ||
diff --git a/converter/pc98_usb/README b/converter/pc98_usb/README index 23f1b614e..a010dee2e 100644 --- a/converter/pc98_usb/README +++ b/converter/pc98_usb/README | |||
| @@ -16,7 +16,7 @@ Connector | |||
| 16 | (receptacle) | 16 | (receptacle) |
| 17 | 17 | ||
| 18 | 18 | ||
| 19 | Wiring: You can change this with ediging config.h. | 19 | Wiring: You can change this with editing config.h. |
| 20 | 20 | ||
| 21 | Pin mini DIN MCU | 21 | Pin mini DIN MCU |
| 22 | ---------------------------------- | 22 | ---------------------------------- |
| @@ -34,7 +34,7 @@ Wiring: You can change this with ediging config.h. | |||
| 34 | 34 | ||
| 35 | Protocol | 35 | Protocol |
| 36 | -------- | 36 | -------- |
| 37 | Singnal: Asynchronous, Positive logic, 19200baud, Least bit first | 37 | Signal: Asynchronous, Positive logic, 19200baud, Least bit first |
| 38 | Frame format: 1-Start bit(Lo), 8-Data bits, Odd-Parity, 1-Stop bit | 38 | Frame format: 1-Start bit(Lo), 8-Data bits, Odd-Parity, 1-Stop bit |
| 39 | 39 | ||
| 40 | This converter uses software method for testing purpose. AVR UART engine will work better. | 40 | This converter uses software method for testing purpose. AVR UART engine will work better. |
diff --git a/converter/ps2_usb/README.md b/converter/ps2_usb/README.md index 65e616efb..8f06fdd00 100644 --- a/converter/ps2_usb/README.md +++ b/converter/ps2_usb/README.md | |||
| @@ -12,7 +12,7 @@ Following three methods are used to implement PS/2 signal handling. | |||
| 12 | ### Interrupt driven(ps2_interrupt.c) | 12 | ### Interrupt driven(ps2_interrupt.c) |
| 13 | Uses pin interrupt to detect falling edge of clock line. | 13 | Uses pin interrupt to detect falling edge of clock line. |
| 14 | ### USART hardware module(ps2_usart.c) | 14 | ### USART hardware module(ps2_usart.c) |
| 15 | Uses AVR USART engine to recevie PS/2 signal. | 15 | Uses AVR USART engine to receive PS/2 signal. |
| 16 | 16 | ||
| 17 | To select method edit Makefile. | 17 | To select method edit Makefile. |
| 18 | 18 | ||
| @@ -31,7 +31,7 @@ In case of Teensy2.0(ATMega32U4): | |||
| 31 | To change pin configuration edit config.h. | 31 | To change pin configuration edit config.h. |
| 32 | 32 | ||
| 33 | 33 | ||
| 34 | Build Frimware | 34 | Build Firmware |
| 35 | -------------- | 35 | -------------- |
| 36 | Just run `make`: | 36 | Just run `make`: |
| 37 | 37 | ||
diff --git a/converter/sun_usb/README b/converter/sun_usb/README index 7b4f95ca2..ee59fc757 100644 --- a/converter/sun_usb/README +++ b/converter/sun_usb/README | |||
| @@ -34,11 +34,11 @@ Connector | |||
| 34 | 34 | ||
| 35 | Protocol | 35 | Protocol |
| 36 | -------- | 36 | -------- |
| 37 | Singnal: Asynchronous, Negative logic, 1200baud, No Flow control | 37 | Signal: Asynchronous, Negative logic, 1200baud, No Flow control |
| 38 | Frame format: 1-Start bit, 8-Data bits, No-Parity, 1-Stop bit | 38 | Frame format: 1-Start bit, 8-Data bits, No-Parity, 1-Stop bit |
| 39 | 39 | ||
| 40 | AVR USART engine expects positive logic while Sun keyboard signal is negative. | 40 | AVR USART engine expects positive logic while Sun keyboard signal is negative. |
| 41 | To use AVR UART engine you need exteral inverter in front of RX and TX pin. | 41 | To use AVR UART engine you need external inverter in front of RX and TX pin. |
| 42 | Otherwise you can software serial routine to communicate the keyboard. | 42 | Otherwise you can software serial routine to communicate the keyboard. |
| 43 | 43 | ||
| 44 | This converter uses software method, you doesn't need any inverter part. | 44 | This converter uses software method, you doesn't need any inverter part. |
diff --git a/converter/usb_usb/README b/converter/usb_usb/README index 2ffa46ca4..d0547cde9 100644 --- a/converter/usb_usb/README +++ b/converter/usb_usb/README | |||
| @@ -6,7 +6,7 @@ Hardware requirement | |||
| 6 | Arduino Leonardo | 6 | Arduino Leonardo |
| 7 | http://arduino.cc/en/Main/ArduinoBoardLeonardo | 7 | http://arduino.cc/en/Main/ArduinoBoardLeonardo |
| 8 | 8 | ||
| 9 | Circuit@Home USB Host Sheild 2.0 | 9 | Circuit@Home USB Host Shield 2.0 |
| 10 | http://www.circuitsathome.com/products-page/arduino-shields/usb-host-shield-2-0-for-arduino | 10 | http://www.circuitsathome.com/products-page/arduino-shields/usb-host-shield-2-0-for-arduino |
| 11 | 11 | ||
| 12 | 12 | ||
diff --git a/converter/x68k_usb/README b/converter/x68k_usb/README index 5f1c2072c..516fcd249 100644 --- a/converter/x68k_usb/README +++ b/converter/x68k_usb/README | |||
| @@ -12,7 +12,7 @@ X68000 keyboard has ALPS linear switches. | |||
| 12 | Hardware | 12 | Hardware |
| 13 | -------- | 13 | -------- |
| 14 | Target MCU is ATMega32u4 but other USB capable AVR will also work. | 14 | Target MCU is ATMega32u4 but other USB capable AVR will also work. |
| 15 | You can use PJRC Teensy as dev board. | 15 | You can use PJRC Teensy as development board. |
| 16 | http://www.pjrc.com/teensy/ | 16 | http://www.pjrc.com/teensy/ |
| 17 | 17 | ||
| 18 | Wiring: | 18 | Wiring: |
| @@ -83,7 +83,7 @@ bit 6-0 following scan code | |||
| 83 | 83 | ||
| 84 | Data from computer | 84 | Data from computer |
| 85 | ------------------ | 85 | ------------------ |
| 86 | - LED contorol ON/OFF(0/1) | 86 | - LED control ON/OFF(0/1) |
| 87 | bit 7 1(fixed) | 87 | bit 7 1(fixed) |
| 88 | bit 6 全角 | 88 | bit 6 全角 |
| 89 | bit 5 ひらがな | 89 | bit 5 ひらがな |
