diff options
author | tmk <nobody@nowhere> | 2013-07-24 00:41:28 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-07-24 00:41:28 +0900 |
commit | 05225dd9d8b666fec75ff5f1824f82fdfe7c0a77 (patch) | |
tree | 5812fd31a0c58c74d252bb638a736ee133cfa7c0 /README.md | |
parent | 7e5081b5a8f2c6e0c3c8d2dc73717c0b3597ef84 (diff) |
Add bootmagic salt key to avoid accidental configuration
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -124,6 +124,8 @@ 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. +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). + #### General - Skip reading EEPROM to start with default configuration(`ESC`) - Clear configuration stored in EEPROM to reset configuration(`Backspace`) |