aboutsummaryrefslogtreecommitdiff
path: root/quantum/template/avr/config.h
diff options
context:
space:
mode:
authorKonstantin Đorđević <vomindoraan@gmail.com>2019-02-18 07:23:32 +0100
committerDrashna Jaelre <drashna@live.com>2019-02-17 22:23:32 -0800
commit5cb713148dbc319167517df370ca9dd774ceb31c (patch)
treead6b4cfc283b135cb93bb1f539dc8a0fade65a54 /quantum/template/avr/config.h
parent4e2369693f7f2ef654db35d158af5cddb98d9703 (diff)
downloadqmk_firmware-5cb713148dbc319167517df370ca9dd774ceb31c.tar.gz
qmk_firmware-5cb713148dbc319167517df370ca9dd774ceb31c.zip
Change Command keycode defaults to match corresponding Bootmagic codes (#5078)
* Change Command keycode defaults to match corresponding Bootmagic codes * Make alternate magic key keycodes consistent * Reflect changes from previous commit in tmk_core/common/command.c * Remove unnecessary MAGIC_KEY_* definitions from keymaps compatible with these changes * Swap E and BSPACE for MAGIC_KEY_EEPROM * Add MAGIC_KEY_EEPROM_CLEAR instead of MAGIC_KEY_EEPROM_ALT * Remove BOOTMAGIC_ENABLE checks around EECONFIG stuff * Update Command descriptions
Diffstat (limited to 'quantum/template/avr/config.h')
-rw-r--r--quantum/template/avr/config.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/quantum/template/avr/config.h b/quantum/template/avr/config.h
index a31fcf236..41e1aa078 100644
--- a/quantum/template/avr/config.h
+++ b/quantum/template/avr/config.h
@@ -143,8 +143,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
143//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS 143//#define MAGIC_KEY_SWITCH_LAYER_WITH_FKEYS
144//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS 144//#define MAGIC_KEY_SWITCH_LAYER_WITH_NKEYS
145//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM 145//#define MAGIC_KEY_SWITCH_LAYER_WITH_CUSTOM
146//#define MAGIC_KEY_HELP1 H 146//#define MAGIC_KEY_HELP H
147//#define MAGIC_KEY_HELP2 SLASH 147//#define MAGIC_KEY_HELP_ALT SLASH
148//#define MAGIC_KEY_DEBUG D 148//#define MAGIC_KEY_DEBUG D
149//#define MAGIC_KEY_DEBUG_MATRIX X 149//#define MAGIC_KEY_DEBUG_MATRIX X
150//#define MAGIC_KEY_DEBUG_KBD K 150//#define MAGIC_KEY_DEBUG_KBD K
@@ -152,9 +152,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
152//#define MAGIC_KEY_VERSION V 152//#define MAGIC_KEY_VERSION V
153//#define MAGIC_KEY_STATUS S 153//#define MAGIC_KEY_STATUS S
154//#define MAGIC_KEY_CONSOLE C 154//#define MAGIC_KEY_CONSOLE C
155//#define MAGIC_KEY_LAYER0_ALT1 ESC
156//#define MAGIC_KEY_LAYER0_ALT2 GRAVE
157//#define MAGIC_KEY_LAYER0 0 155//#define MAGIC_KEY_LAYER0 0
156//#define MAGIC_KEY_LAYER0_ALT GRAVE
158//#define MAGIC_KEY_LAYER1 1 157//#define MAGIC_KEY_LAYER1 1
159//#define MAGIC_KEY_LAYER2 2 158//#define MAGIC_KEY_LAYER2 2
160//#define MAGIC_KEY_LAYER3 3 159//#define MAGIC_KEY_LAYER3 3
@@ -164,9 +163,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
164//#define MAGIC_KEY_LAYER7 7 163//#define MAGIC_KEY_LAYER7 7
165//#define MAGIC_KEY_LAYER8 8 164//#define MAGIC_KEY_LAYER8 8
166//#define MAGIC_KEY_LAYER9 9 165//#define MAGIC_KEY_LAYER9 9
167//#define MAGIC_KEY_BOOTLOADER PAUSE 166//#define MAGIC_KEY_BOOTLOADER B
167//#define MAGIC_KEY_BOOTLOADER_ALT ESC
168//#define MAGIC_KEY_LOCK CAPS 168//#define MAGIC_KEY_LOCK CAPS
169//#define MAGIC_KEY_EEPROM E 169//#define MAGIC_KEY_EEPROM E
170//#define MAGIC_KEY_EEPROM_CLEAR BSPACE
170//#define MAGIC_KEY_NKRO N 171//#define MAGIC_KEY_NKRO N
171//#define MAGIC_KEY_SLEEP_LED Z 172//#define MAGIC_KEY_SLEEP_LED Z
172 173