summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-07-23 17:41:28 +0200
committertmk <nobody@nowhere>2013-07-23 17:41:28 +0200
commit05225dd9d8b666fec75ff5f1824f82fdfe7c0a77 (patch)
tree5812fd31a0c58c74d252bb638a736ee133cfa7c0 /README.md
parent7e5081b5a8f2c6e0c3c8d2dc73717c0b3597ef84 (diff)
downloadqmk_firmware-05225dd9d8b666fec75ff5f1824f82fdfe7c0a77.tar.gz
qmk_firmware-05225dd9d8b666fec75ff5f1824f82fdfe7c0a77.tar.xz
Add bootmagic salt key to avoid accidental configuration
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8864795c5..536cc753f 100644
--- a/README.md
+++ b/README.md
@@ -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`)