]> git.donarmstrong.com Git - qmk_firmware.git/commit
Change Command keycode defaults to match corresponding Bootmagic codes (#5078)
authorKonstantin Đorđević <vomindoraan@gmail.com>
Mon, 18 Feb 2019 06:23:32 +0000 (07:23 +0100)
committerDrashna Jaelre <drashna@live.com>
Mon, 18 Feb 2019 06:23:32 +0000 (22:23 -0800)
commit5cb713148dbc319167517df370ca9dd774ceb31c
treead6b4cfc283b135cb93bb1f539dc8a0fade65a54
parent4e2369693f7f2ef654db35d158af5cddb98d9703
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
docs/feature_command.md
keyboards/xd75/keymaps/billypython/config.h
quantum/template/avr/config.h
tmk_core/common/command.c
tmk_core/common/command.h
users/billypython/config.h
users/konstantin/config.h