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/command.h | |
| parent | fab6c8a0284eb84de0ab5552c5d0fb412043dd45 (diff) | |
Remove legacy keycode use from command (#18002)
Diffstat (limited to 'quantum/command.h')
| -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); | |||
| 146 | #endif | 146 | #endif |
| 147 | 147 | ||
| 148 | #ifndef MAGIC_KEY_EEPROM_CLEAR | 148 | #ifndef MAGIC_KEY_EEPROM_CLEAR |
| 149 | # define MAGIC_KEY_EEPROM_CLEAR BSPACE | 149 | # define MAGIC_KEY_EEPROM_CLEAR BACKSPACE |
| 150 | #endif | 150 | #endif |
| 151 | 151 | ||
| 152 | #ifndef MAGIC_KEY_NKRO | 152 | #ifndef MAGIC_KEY_NKRO |
