diff options
author | Rozakiin <omscottishg@gmail.com> | 2017-09-19 05:44:43 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-19 00:44:43 -0400 |
commit | 62a02af9150e45cd0b6e5e5f128be7596d2fedcd (patch) | |
tree | 1f8404ae010f623a99df1f3a6ff65a47ab720842 /keyboards/uk78/rules.mk | |
parent | 31739244219a797c666269ddf3b653c981ed39f9 (diff) | |
download | qmk_firmware-62a02af9150e45cd0b6e5e5f128be7596d2fedcd.tar.gz |
Fixed uk78 and turned Bootmagic off (#1725)
* Add files via upload
* Update readme.md
* Update readme.md
* Add files via upload
* Add files via upload
* Update config.h
Diffstat (limited to 'keyboards/uk78/rules.mk')
-rw-r--r-- | keyboards/uk78/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/uk78/rules.mk b/keyboards/uk78/rules.mk index 4e8d14812..5c2691823 100644 --- a/keyboards/uk78/rules.mk +++ b/keyboards/uk78/rules.mk @@ -44,7 +44,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=8192 # Build Options # comment out to disable the options. # -BOOTMAGIC_ENABLE ?= yes # 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 ?= no # Console for debug(+400) |