Merge pull request #477 from Smilliam/master

Canceling Space Cadet state with opposite shift key
This commit is contained in:
Jack Humbert
2016-07-11 09:14:43 -04:00
committed by GitHub
3 changed files with 19 additions and 1 deletions

View File

@@ -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)