瀏覽代碼

Remove legacy keycode use from command (#18002)

Joel Challis 2 年之前
父節點
當前提交
7e7387c0d1
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      quantum/command.h

+ 1 - 1
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