From 7e7387c0d140c36b1b0058f8aa20f49a5959d535 Mon Sep 17 00:00:00 2001
From: Joel Challis <git@zvecr.com>
Date: Fri, 12 Aug 2022 03:03:36 +0100
Subject: [PATCH] Remove legacy keycode use from command (#18002)

---
 quantum/command.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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