Procházet zdrojové kódy

Spellcheck of README.md

keymap_in_eeprom
Thomas Russell Murphy před 10 roky
rodič
revize
22bd315b64
1 změnil soubory, kde provedl 7 přidání a 7 odebrání
  1. 7
    7
      README.md

+ 7
- 7
README.md Zobrazit soubor

### 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]






Magic Comannds
Magic Commands
-------------- --------------
To see help press `Magic` + `H`. To see help press `Magic` + `H`.


**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).


#### 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`)






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.


* 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






Conding Style
Coding Style
------------- -------------
- Doesn't use Tab to indent, use 4-spaces instead. - Doesn't use Tab to indent, use 4-spaces instead.