diff options
author | tmk <nobody@nowhere> | 2013-04-22 06:08:46 +0200 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-04-22 06:08:46 +0200 |
commit | dad9dab995c75b6d6ac54303bc385bb484f63a88 (patch) | |
tree | d06c4c527d66711e08ada6ef66ad32ad66ceac49 | |
parent | f4760c822a34c338250dc47ff6d195935986bdae (diff) | |
download | qmk_firmware-dad9dab995c75b6d6ac54303bc385bb484f63a88.tar.gz qmk_firmware-dad9dab995c75b6d6ac54303bc385bb484f63a88.tar.xz |
Fix doc of Boot Magic and add another project info
-rw-r--r-- | README.md | 12 | ||||
-rw-r--r-- | doc/other_projects.md | 3 |
2 files changed, 9 insertions, 6 deletions
@@ -123,9 +123,9 @@ Following commands can be also executed with `Magic` + key. In console mode `Mag Boot Magic are executed during boot up time. Press Magic key below then pulgin 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. -#### EEPROM -- Skip reading EEPROM(`ESC`) -- Clear configuration stored in EEPROM(`Backspace`) +#### General +- Skip reading EEPROM to start with default configuration(`ESC`) +- Clear configuration stored in EEPROM to reset configuration(`Backspace`) #### Bootloader - Kick up Bootloader(`B`) @@ -147,9 +147,9 @@ Note that you must use keys of **Layer 0** as Magic keys. These settings are sto #### Default Layer - Set Default Layer to 0(`0`) -- Set Default Layer to 0(`1`) -- Set Default Layer to 0(`2`) -- Set Default Layer to 0(`3`) +- Set Default Layer to 1(`1`) +- Set Default Layer to 2(`2`) +- Set Default Layer to 3(`3`) **TBD** diff --git a/doc/other_projects.md b/doc/other_projects.md index c6ab91dce..2d83c18a7 100644 --- a/doc/other_projects.md +++ b/doc/other_projects.md @@ -56,3 +56,6 @@ Great resourse of vintage keyboard protocol information and code A lots of vintage keyboard protocol supports - <http://gitorious.org/kiibohd-controller> + +## Kinesis ergonomic keyboard firmware replacement[V-USB][LUFA][Ergo] +- <https://github.com/chrisandreae/kinesis-firmware> |