Skip to content

Commit

Permalink
disable bootmagic as it does not work for bmc boards
Browse files Browse the repository at this point in the history
  • Loading branch information
mechmerlin committed Apr 7, 2019
1 parent 0baa1e2 commit 1b9f82c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions keyboards/exclusive/e6v2/bmc/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,3 @@ along with this program. If not, see <http:https://www.gnu.org/licenses/>.

#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
2 changes: 1 addition & 1 deletion keyboards/exclusive/e6v2/bmc/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:https://vusb.wikidot.com/project:hidbootflash).
Expand Down
2 changes: 1 addition & 1 deletion keyboards/exclusive/e6v2/bmc/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1b9f82c

Please sign in to comment.