diff options
| author | Thomas Russell Murphy <thomas.russell.murphy@case.edu> | 2014-01-02 18:37:20 -0500 |
|---|---|---|
| committer | Thomas Russell Murphy <thomas.russell.murphy@case.edu> | 2014-01-02 18:37:20 -0500 |
| commit | 22bd315b6459ea1cc0d1af456d55fb4970f36c6d (patch) | |
| tree | 9906acf101d43d281177eff203f92cae8b514ab2 | |
| parent | 73ab537bfc47263a11c5162bd5087203ef346a88 (diff) | |
| download | qmk_firmware-22bd315b6459ea1cc0d1af456d55fb4970f36c6d.tar.gz qmk_firmware-22bd315b6459ea1cc0d1af456d55fb4970f36c6d.zip | |
Spellcheck of README.md
| -rw-r--r-- | README.md | 14 |
1 files changed, 7 insertions, 7 deletions
| @@ -33,7 +33,7 @@ You can find some keyboard specific projects under `converter` and `keyboard` di | |||
| 33 | ### converter | 33 | ### converter |
| 34 | * [ps2_usb](converter/ps2_usb/) - [PS/2 keyboard to USB][GH_ps2] | 34 | * [ps2_usb](converter/ps2_usb/) - [PS/2 keyboard to USB][GH_ps2] |
| 35 | * [adb_usb](converter/adb_usb/) - [ADB keyboard to USB][GH_adb] | 35 | * [adb_usb](converter/adb_usb/) - [ADB keyboard to USB][GH_adb] |
| 36 | * [m0110_usb](converter/m0110_usb) - [Machintosh 128K/512K/Plus keyboard to USB][GH_m0110] | 36 | * [m0110_usb](converter/m0110_usb) - [Macintosh 128K/512K/Plus keyboard to USB][GH_m0110] |
| 37 | * [terminal_usb](converter/terminal_usb/) - [IBM Model M terminal keyboard(PS/2 scancode set3) to USB][GH_terminal] | 37 | * [terminal_usb](converter/terminal_usb/) - [IBM Model M terminal keyboard(PS/2 scancode set3) to USB][GH_terminal] |
| 38 | * [news_usb](converter/news_usb/) - [Sony NEWS keyboard to USB][GH_news] | 38 | * [news_usb](converter/news_usb/) - [Sony NEWS keyboard to USB][GH_news] |
| 39 | * [x68k_usb](converter/x68k_usb/) - [Sharp X68000 keyboard to USB][GH_x68k] | 39 | * [x68k_usb](converter/x68k_usb/) - [Sharp X68000 keyboard to USB][GH_x68k] |
| @@ -91,7 +91,7 @@ See [doc/keymap.md](doc/keymap.md). | |||
| 91 | 91 | ||
| 92 | 92 | ||
| 93 | 93 | ||
| 94 | Magic Comannds | 94 | Magic Commands |
| 95 | -------------- | 95 | -------------- |
| 96 | To see help press `Magic` + `H`. | 96 | To see help press `Magic` + `H`. |
| 97 | 97 | ||
| @@ -122,7 +122,7 @@ Following commands can be also executed with `Magic` + key. In console mode `Mag | |||
| 122 | **TBD** | 122 | **TBD** |
| 123 | 123 | ||
| 124 | ### Boot Magic Configuration - Virtual DIP Switch | 124 | ### Boot Magic Configuration - Virtual DIP Switch |
| 125 | Boot Magic are executed during boot up time. Press Magic key below then pulgin keyboard cable. | 125 | Boot Magic are executed during boot up time. Press Magic key below then plug in keyboard cable. |
| 126 | Note that you must use keys of **Layer 0** as Magic keys. These settings are stored in EEPROM so that retain your configure over power cycles. | 126 | Note that you must use keys of **Layer 0** as Magic keys. These settings are stored in EEPROM so that retain your configure over power cycles. |
| 127 | 127 | ||
| 128 | To avoid configuring accidentally additive salt key `KC_SPACE` also needs to be pressed along with the following configuration keys. The salt key is configurable in `config.h`. See [common/bootmagic.h](common/bootmagic.h). | 128 | To avoid configuring accidentally additive salt key `KC_SPACE` also needs to be pressed along with the following configuration keys. The salt key is configurable in `config.h`. See [common/bootmagic.h](common/bootmagic.h). |
| @@ -142,7 +142,7 @@ To avoid configuring accidentally additive salt key `KC_SPACE` also needs to be | |||
| 142 | 142 | ||
| 143 | #### Keymap | 143 | #### Keymap |
| 144 | - Swap Control and CapsLock(`Left Control`) | 144 | - Swap Control and CapsLock(`Left Control`) |
| 145 | - Change CapsLock to Control(`Casp Lock`) | 145 | - Change CapsLock to Control(`Caps Lock`) |
| 146 | - Swap LeftAlt and Gui(`Left Alt`) | 146 | - Swap LeftAlt and Gui(`Left Alt`) |
| 147 | - Swap RightAlt and Gui(`Right Alt`) | 147 | - Swap RightAlt and Gui(`Right Alt`) |
| 148 | - Disable Gui(`Left Gui`) | 148 | - Disable Gui(`Left Gui`) |
| @@ -211,7 +211,7 @@ Architecture | |||
| 211 | 211 | ||
| 212 | 212 | ||
| 213 | 213 | ||
| 214 | Debuging | 214 | Debugging |
| 215 | -------- | 215 | -------- |
| 216 | Use PJRC's `hid_listen` to see debug messages. You can use the tool for debug even if firmware use LUFA stack. | 216 | Use PJRC's `hid_listen` to see debug messages. You can use the tool for debug even if firmware use LUFA stack. |
| 217 | 217 | ||
| @@ -228,7 +228,7 @@ Files and Directories | |||
| 228 | * converter/ - protocol converter projects | 228 | * converter/ - protocol converter projects |
| 229 | * doc/ - documents | 229 | * doc/ - documents |
| 230 | * common.mk - Makefile for common | 230 | * common.mk - Makefile for common |
| 231 | * protoco.mk - Makefile for protocol | 231 | * protocol.mk - Makefile for protocol |
| 232 | * rules.mk - Makefile for build rules | 232 | * rules.mk - Makefile for build rules |
| 233 | 233 | ||
| 234 | ### Common | 234 | ### Common |
| @@ -264,7 +264,7 @@ Files and Directories | |||
| 264 | 264 | ||
| 265 | 265 | ||
| 266 | 266 | ||
| 267 | Conding Style | 267 | Coding Style |
| 268 | ------------- | 268 | ------------- |
| 269 | - Doesn't use Tab to indent, use 4-spaces instead. | 269 | - Doesn't use Tab to indent, use 4-spaces instead. |
| 270 | 270 | ||
