aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-07-24 00:41:28 +0900
committertmk <nobody@nowhere>2013-07-24 00:41:28 +0900
commit05225dd9d8b666fec75ff5f1824f82fdfe7c0a77 (patch)
tree5812fd31a0c58c74d252bb638a736ee133cfa7c0 /README.md
parent7e5081b5a8f2c6e0c3c8d2dc73717c0b3597ef84 (diff)
downloadqmk_firmware-05225dd9d8b666fec75ff5f1824f82fdfe7c0a77.tar.gz
qmk_firmware-05225dd9d8b666fec75ff5f1824f82fdfe7c0a77.zip
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
124Boot Magic are executed during boot up time. Press Magic key below then pulgin keyboard cable. 124Boot Magic are executed during boot up time. Press Magic key below then pulgin keyboard cable.
125Note 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. 125Note 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.
126 126
127To 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).
128
127#### General 129#### General
128- Skip reading EEPROM to start with default configuration(`ESC`) 130- Skip reading EEPROM to start with default configuration(`ESC`)
129- Clear configuration stored in EEPROM to reset configuration(`Backspace`) 131- Clear configuration stored in EEPROM to reset configuration(`Backspace`)