Browse Source

Remove legacy keycode use from command (#18002)

pull/18003/head 0.17.8
Joel Challis 1 year ago
committed by GitHub
parent
commit
7e7387c0d1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      quantum/command.h

+ 1
- 1
quantum/command.h View File

@ -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


Loading…
Cancel
Save