Spellcheck of README.md
This commit is contained in:
parent
09dd057605
commit
b5dbd5390c
14
README.md
14
README.md
@ -33,7 +33,7 @@ You can find some keyboard specific projects under `converter` and `keyboard` di
|
|||||||
### converter
|
### converter
|
||||||
* [ps2_usb](converter/ps2_usb/) - [PS/2 keyboard to USB][GH_ps2]
|
* [ps2_usb](converter/ps2_usb/) - [PS/2 keyboard to USB][GH_ps2]
|
||||||
* [adb_usb](converter/adb_usb/) - [ADB keyboard to USB][GH_adb]
|
* [adb_usb](converter/adb_usb/) - [ADB keyboard to USB][GH_adb]
|
||||||
* [m0110_usb](converter/m0110_usb) - [Machintosh 128K/512K/Plus keyboard to USB][GH_m0110]
|
* [m0110_usb](converter/m0110_usb) - [Macintosh 128K/512K/Plus keyboard to USB][GH_m0110]
|
||||||
* [terminal_usb](converter/terminal_usb/) - [IBM Model M terminal keyboard(PS/2 scancode set3) to USB][GH_terminal]
|
* [terminal_usb](converter/terminal_usb/) - [IBM Model M terminal keyboard(PS/2 scancode set3) to USB][GH_terminal]
|
||||||
* [news_usb](converter/news_usb/) - [Sony NEWS keyboard to USB][GH_news]
|
* [news_usb](converter/news_usb/) - [Sony NEWS keyboard to USB][GH_news]
|
||||||
* [x68k_usb](converter/x68k_usb/) - [Sharp X68000 keyboard to USB][GH_x68k]
|
* [x68k_usb](converter/x68k_usb/) - [Sharp X68000 keyboard to USB][GH_x68k]
|
||||||
@ -91,7 +91,7 @@ See [doc/keymap.md](doc/keymap.md).
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Magic Comannds
|
Magic Commands
|
||||||
--------------
|
--------------
|
||||||
To see help press `Magic` + `H`.
|
To see help press `Magic` + `H`.
|
||||||
|
|
||||||
@ -122,7 +122,7 @@ Following commands can be also executed with `Magic` + key. In console mode `Mag
|
|||||||
**TBD**
|
**TBD**
|
||||||
|
|
||||||
### Boot Magic Configuration - Virtual DIP Switch
|
### Boot Magic Configuration - Virtual DIP Switch
|
||||||
Boot Magic are executed during boot up time. Press Magic key below then pulgin keyboard cable.
|
Boot Magic are executed during boot up time. Press Magic key below then plug in keyboard cable.
|
||||||
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.
|
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.
|
||||||
|
|
||||||
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).
|
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
|
|||||||
|
|
||||||
#### Keymap
|
#### Keymap
|
||||||
- Swap Control and CapsLock(`Left Control`)
|
- Swap Control and CapsLock(`Left Control`)
|
||||||
- Change CapsLock to Control(`Casp Lock`)
|
- Change CapsLock to Control(`Caps Lock`)
|
||||||
- Swap LeftAlt and Gui(`Left Alt`)
|
- Swap LeftAlt and Gui(`Left Alt`)
|
||||||
- Swap RightAlt and Gui(`Right Alt`)
|
- Swap RightAlt and Gui(`Right Alt`)
|
||||||
- Disable Gui(`Left Gui`)
|
- Disable Gui(`Left Gui`)
|
||||||
@ -211,7 +211,7 @@ Architecture
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Debuging
|
Debugging
|
||||||
--------
|
--------
|
||||||
Use PJRC's `hid_listen` to see debug messages. You can use the tool for debug even if firmware use LUFA stack.
|
Use PJRC's `hid_listen` to see debug messages. You can use the tool for debug even if firmware use LUFA stack.
|
||||||
|
|
||||||
@ -228,7 +228,7 @@ Files and Directories
|
|||||||
* converter/ - protocol converter projects
|
* converter/ - protocol converter projects
|
||||||
* doc/ - documents
|
* doc/ - documents
|
||||||
* common.mk - Makefile for common
|
* common.mk - Makefile for common
|
||||||
* protoco.mk - Makefile for protocol
|
* protocol.mk - Makefile for protocol
|
||||||
* rules.mk - Makefile for build rules
|
* rules.mk - Makefile for build rules
|
||||||
|
|
||||||
### Common
|
### Common
|
||||||
@ -264,7 +264,7 @@ Files and Directories
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
Conding Style
|
Coding Style
|
||||||
-------------
|
-------------
|
||||||
- Doesn't use Tab to indent, use 4-spaces instead.
|
- Doesn't use Tab to indent, use 4-spaces instead.
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user