Browse Source

Fix doc of Boot Magic and add another project info

core
tmk 11 years ago
parent
commit
96ef351129
2 changed files with 9 additions and 6 deletions
  1. 6
    6
      README.md
  2. 3
    0
      doc/other_projects.md

+ 6
- 6
README.md View File

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 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. 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 #### Bootloader
- Kick up Bootloader(`B`) - Kick up Bootloader(`B`)


#### Default Layer #### Default Layer
- Set Default Layer to 0(`0`) - 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** **TBD**



+ 3
- 0
doc/other_projects.md View File

A lots of vintage keyboard protocol supports A lots of vintage keyboard protocol supports


- <http://gitorious.org/kiibohd-controller> - <http://gitorious.org/kiibohd-controller>

## Kinesis ergonomic keyboard firmware replacement[V-USB][LUFA][Ergo]
- <https://github.com/chrisandreae/kinesis-firmware>