aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authortmk <nobody@nowhere>2013-04-07 15:36:50 +0900
committertmk <nobody@nowhere>2013-04-07 15:36:50 +0900
commit4e93b3fa67d3b8170de2f05322738e08ac17948e (patch)
tree46b5191bd9e6c591bc13e05aa97a0454f30b1897 /README.md
parent78fd5a715464e72df08bcf683ca45b63c2df490f (diff)
downloadqmk_firmware-4e93b3fa67d3b8170de2f05322738e08ac17948e.tar.gz
qmk_firmware-4e93b3fa67d3b8170de2f05322738e08ac17948e.zip
Fix bootmagic and eeconfig for virtual DIP SW
Diffstat (limited to 'README.md')
-rw-r--r--README.md23
1 files changed, 21 insertions, 2 deletions
diff --git a/README.md b/README.md
index 998d99a00..eccb1bd77 100644
--- a/README.md
+++ b/README.md
@@ -106,6 +106,8 @@ Following commands can be also executed with `Magic` + key. In console mode `Mag
106 v: print device version & info 106 v: print device version & info
107 t: print timer count 107 t: print timer count
108 s: print status 108 s: print status
109 e: print eeprom config
110 n: toggle NKRO
109 0/F10: switch to Layer0 111 0/F10: switch to Layer0
110 1/F1: switch to Layer1 112 1/F1: switch to Layer1
111 2/F2: switch to Layer2 113 2/F2: switch to Layer2
@@ -117,13 +119,24 @@ Following commands can be also executed with `Magic` + key. In console mode `Mag
117 119
118**TBD** 120**TBD**
119 121
120### Conguration with Boot Magic 122### Boot Magic Configuration - Virtual DIP Switch
121Boot Magic are executed during boot up time. Press Magic key below then pulgin keyboard cable. 123Boot Magic are executed during boot up time. Press Magic key below then pulgin keyboard cable.
122These settings are stored in EEPROM. 124Note 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.
123 125
126#### EEPROM
127- Skip reading EEPROM(`ESC`)
124- Clear configuration stored in EEPROM(`Backspace`) 128- Clear configuration stored in EEPROM(`Backspace`)
129
130#### Bootloader
125- Kick up Bootloader(`B`) 131- Kick up Bootloader(`B`)
132
133#### Debug
126- Debug enable(`D`) 134- Debug enable(`D`)
135- Debug matrix enable(`D`+`X`)
136- Debug keyboard enable(`D`+`K`)
137- Debug mouse enable(`D`+`M`)
138
139#### Keymap
127- Swap Control and CapsLock(`Left Control`) 140- Swap Control and CapsLock(`Left Control`)
128- Change CapsLock to Control(`Casp Lock`) 141- Change CapsLock to Control(`Casp Lock`)
129- Swap LeftAlt and Gui(`Left Alt`) 142- Swap LeftAlt and Gui(`Left Alt`)
@@ -132,6 +145,12 @@ These settings are stored in EEPROM.
132- Swap Grave and Escape(`Grave`) 145- Swap Grave and Escape(`Grave`)
133- Swap BackSlash and BackSpace(`Back Slash`) 146- Swap BackSlash and BackSpace(`Back Slash`)
134 147
148#### Default Layer
149- Set Default Layer to 0(`0`)
150- Set Default Layer to 0(`1`)
151- Set Default Layer to 0(`2`)
152- Set Default Layer to 0(`3`)
153
135**TBD** 154**TBD**
136 155
137 156