~ruther/qmk_firmware

7e7387c0d140c36b1b0058f8aa20f49a5959d535 — Joel Challis 3 years ago fab6c8a
Remove legacy keycode use from command (#18002)

1 files changed, 1 insertions(+), 1 deletions(-)

M quantum/command.h
M quantum/command.h => quantum/command.h +1 -1
@@ 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