diff options
author | Luiz Ribeiro <luizribeiro@gmail.com> | 2017-01-21 17:09:17 -0500 |
---|---|---|
committer | Luiz Ribeiro <luizribeiro@gmail.com> | 2017-01-21 17:18:05 -0500 |
commit | 9ce38cbccf073fccea6f7ee6492bf472a48852b8 (patch) | |
tree | c98d5fd54bd84b1c72338a72b06490270d8b50ac /keyboards | |
parent | 461dfd44621ef31cabc08136d4714ca24ed651fa (diff) | |
download | qmk_firmware-9ce38cbccf073fccea6f7ee6492bf472a48852b8.tar.gz qmk_firmware-9ce38cbccf073fccea6f7ee6492bf472a48852b8.zip |
Simplified and polished a bit the code changes on tmk_core
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/ps2avrGB/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/ps2avrGB/config.h b/keyboards/ps2avrGB/config.h index dfaea5979f..f0bef24645 100644 --- a/keyboards/ps2avrGB/config.h +++ b/keyboards/ps2avrGB/config.h @@ -34,7 +34,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define BACKLIGHT_COLOR 0x110000 #define NO_UART 1 -#define EEPROM_BOOTLOADER_START 1 +#define BOOTLOADHID_BOOTLOADER 1 /* key combination for command */ #define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT))) |