diff options
| author | 2016-07-11 09:14:43 -0400 | |
|---|---|---|
| committer | 2016-07-11 09:14:43 -0400 | |
| commit | a998a48673372e409991066d7d2d9ba282f79d59 (patch) | |
| tree | de032d3cc365f0454bd769c66c57127e744fe8ce /keyboards | |
| parent | 076de6fa7540be1d5ef87a83816a006907539ca0 (diff) | |
| parent | 5e58e2281ad872048719b2c142169f3e8103af26 (diff) | |
| download | qmk_firmware-a998a48673372e409991066d7d2d9ba282f79d59.tar.gz | |
Merge pull request #477 from Smilliam/master
Canceling Space Cadet state with opposite shift key
Diffstat (limited to 'keyboards')
| -rw-r--r-- | keyboards/kc60/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kc60/Makefile b/keyboards/kc60/Makefile index 9717b519c..b00a488b9 100644 --- a/keyboards/kc60/Makefile +++ b/keyboards/kc60/Makefile @@ -53,7 +53,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 # Build Options # change yes to no to disable # -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 ?= yes # Console for debug(+400) |