summaryrefslogtreecommitdiff
path: root/quantum
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2022-08-12 03:03:36 +0100
committerGitHub <noreply@github.com>2022-08-12 03:03:36 +0100
commit7e7387c0d140c36b1b0058f8aa20f49a5959d535 (patch)
tree245ccb78b4cd171ff9683a543d2c9bbb84a6e645 /quantum
parentfab6c8a0284eb84de0ab5552c5d0fb412043dd45 (diff)
Remove legacy keycode use from command (#18002)
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