summaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
authorQMK Bot <hello@qmk.fm>2022-08-12 02:04:13 +0000
committerQMK Bot <hello@qmk.fm>2022-08-12 02:04:13 +0000
commit15422b3b261006985430c6dd24eaef87ee9283b3 (patch)
tree69cd2e24bf751f595ea1479c53914991671f7660 /quantum
parentcde9dd8b90ed41bd3f960833b7ceab891baf7560 (diff)
parent7e7387c0d140c36b1b0058f8aa20f49a5959d535 (diff)
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'quantum')
-rw-r--r--quantum/command.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/command.h b/quantum/command.h
index 676507d3bd..a63f9ec7a7 100644
--- a/quantum/command.h
+++ b/quantum/command.h
@@ -146,7 +146,7 @@ bool command_proc(uint8_t code);
#endif
#ifndef MAGIC_KEY_EEPROM_CLEAR
-# define MAGIC_KEY_EEPROM_CLEAR BSPACE
+# define MAGIC_KEY_EEPROM_CLEAR BACKSPACE
#endif
#ifndef MAGIC_KEY_NKRO