Change Command keycode defaults to match corresponding Bootmagic codes (#5078)
* Change Command keycode defaults to match corresponding Bootmagic codes * Make alternate magic key keycodes consistent * Reflect changes from previous commit in tmk_core/common/command.c * Remove unnecessary MAGIC_KEY_* definitions from keymaps compatible with these changes * Swap E and BSPACE for MAGIC_KEY_EEPROM * Add MAGIC_KEY_EEPROM_CLEAR instead of MAGIC_KEY_EEPROM_ALT * Remove BOOTMAGIC_ENABLE checks around EECONFIG stuff * Update Command descriptions
This commit is contained in:
parent
4e2369693f
commit
5cb713148d
7 changed files with 48 additions and 49 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
#define FORCE_NKRO
|
||||
|
||||
#define MAGIC_KEY_BOOTLOADER B
|
||||
|
||||
#define MOUSEKEY_DELAY 50
|
||||
#define MOUSEKEY_INTERVAL 15
|
||||
#define MOUSEKEY_MAX_SPEED 4
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue