From 1b9f82c8445368dce0e0ada9af1f43956093fa98 Mon Sep 17 00:00:00 2001 From: mechmerlin Date: Sat, 6 Apr 2019 19:24:41 -0700 Subject: [PATCH] disable bootmagic as it does not work for bmc boards --- keyboards/exclusive/e6v2/bmc/config.h | 4 ---- keyboards/exclusive/e6v2/bmc/readme.md | 2 +- keyboards/exclusive/e6v2/bmc/rules.mk | 2 +- 3 files changed, 2 insertions(+), 6 deletions(-) diff --git a/keyboards/exclusive/e6v2/bmc/config.h b/keyboards/exclusive/e6v2/bmc/config.h index 44e77f6981096e7d43cd3ca56d1044c84740fd75..7c6fcccdb9877e8a97448f9ca9803a5b224b613c 100644 --- a/keyboards/exclusive/e6v2/bmc/config.h +++ b/keyboards/exclusive/e6v2/bmc/config.h @@ -47,7 +47,3 @@ along with this program. If not, see . #define RGBLED_NUM 6 #define RGBLIGHT_ANIMATIONS - -// Set bootmagic lite key to the key commonly programmed as Esc. -#define BOOTMAGIC_LITE_ROW 5 -#define BOOTMAGIC_LITE_COLUMN 0 diff --git a/keyboards/exclusive/e6v2/bmc/readme.md b/keyboards/exclusive/e6v2/bmc/readme.md index a19a523adac86350077c181479c6bd923c9a5ddc..b69ac792cf8fa3024afbd4d35199c3ce25b4d2b2 100644 --- a/keyboards/exclusive/e6v2/bmc/readme.md +++ b/keyboards/exclusive/e6v2/bmc/readme.md @@ -14,7 +14,7 @@ Flashing ps2avr(GB) boards use an atmega32a microcontroller and a different bootloader. It is not flashable using the regular QMK methods. -**Reset Key:** Hold down the key located at `K00`, commonly programmed as left control while plugging in the keyboard. You may also hold down the key located at `K50`, commonly programmed as the escape key. +**Reset Key:** Hold down the key located at `K00`, commonly programmed as left control while plugging in the keyboard. Windows: 1. Download [HIDBootFlash](http://vusb.wikidot.com/project:hidbootflash). diff --git a/keyboards/exclusive/e6v2/bmc/rules.mk b/keyboards/exclusive/e6v2/bmc/rules.mk index 59f98e6f4ba3870d98f61f5dcaa81ff66c189772..885bce24538c4ce75cc2fa254e68a0f6762870cb 100644 --- a/keyboards/exclusive/e6v2/bmc/rules.mk +++ b/keyboards/exclusive/e6v2/bmc/rules.mk @@ -66,7 +66,7 @@ BOOTLOADER = bootloadHID # Build Options # change yes to no to disable # -BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration(+1000) +BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = yes # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = yes # Console for debug(+400)