diff options
author | Konstantin Đorđević <vomindoraan@gmail.com> | 2019-02-18 07:23:32 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-02-17 22:23:32 -0800 |
commit | 5cb713148dbc319167517df370ca9dd774ceb31c (patch) | |
tree | ad6b4cfc283b135cb93bb1f539dc8a0fade65a54 /users/billypython | |
parent | 4e2369693f7f2ef654db35d158af5cddb98d9703 (diff) | |
download | qmk_firmware-5cb713148dbc319167517df370ca9dd774ceb31c.tar.gz qmk_firmware-5cb713148dbc319167517df370ca9dd774ceb31c.zip |
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
Diffstat (limited to 'users/billypython')
-rw-r--r-- | users/billypython/config.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/users/billypython/config.h b/users/billypython/config.h index 705e6c934a..4609adbbea 100644 --- a/users/billypython/config.h +++ b/users/billypython/config.h @@ -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 |