Skip to content

Commit

Permalink
Remove legacy keycode use from command (#18002)
Browse files Browse the repository at this point in the history
  • Loading branch information
zvecr authored Aug 12, 2022
1 parent fab6c8a commit 7e7387c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quantum/command.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e7387c

Please sign in to comment.