diff options
author | mechmerlin <mechmerlin@gmail.com> | 2019-04-06 19:24:41 -0700 |
---|---|---|
committer | mechmerlin <mechmerlin@gmail.com> | 2019-04-06 19:24:41 -0700 |
commit | 1b9f82c8445368dce0e0ada9af1f43956093fa98 (patch) | |
tree | 4f4d68d7caf464afa99ed23765eb9a23716a6ce9 /keyboards/exclusive/e6v2/bmc/config.h | |
parent | 0baa1e2b2fe8e7918e26edac12bb4a6e2e151b1d (diff) |
disable bootmagic as it does not work for bmc boards
Diffstat (limited to 'keyboards/exclusive/e6v2/bmc/config.h')
-rw-r--r-- | keyboards/exclusive/e6v2/bmc/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/exclusive/e6v2/bmc/config.h b/keyboards/exclusive/e6v2/bmc/config.h index 44e77f6981..7c6fcccdb9 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 <http://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 |