diff options
author | Joel Challis <git@zvecr.com> | 2022-08-12 03:03:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-12 03:03:36 +0100 |
commit | 7e7387c0d140c36b1b0058f8aa20f49a5959d535 (patch) | |
tree | 245ccb78b4cd171ff9683a543d2c9bbb84a6e645 /quantum | |
parent | fab6c8a0284eb84de0ab5552c5d0fb412043dd45 (diff) | |
download | qmk_firmware-7e7387c0d140c36b1b0058f8aa20f49a5959d535.tar.gz qmk_firmware-7e7387c0d140c36b1b0058f8aa20f49a5959d535.zip |
Remove legacy keycode use from command (#18002)
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/command.h | 2 |
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 |