diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-08-31 18:39:53 +0200 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-08-31 18:39:53 +0200 |
commit | ed384bd4376398887a95942b7d6750d5bc4833e8 (patch) | |
tree | 004cdce88ebd1967a4abe53b53cc04b31d42cbae /keyboard/planck/Makefile | |
parent | 91176d854b8c9e49e88d494ba02c8e9c54fec914 (diff) | |
download | qmk_firmware-ed384bd4376398887a95942b7d6750d5bc4833e8.tar.gz qmk_firmware-ed384bd4376398887a95942b7d6750d5bc4833e8.tar.xz |
beeps update
Diffstat (limited to 'keyboard/planck/Makefile')
-rw-r--r-- | keyboard/planck/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/planck/Makefile b/keyboard/planck/Makefile index be9f04267..ad0c82437 100644 --- a/keyboard/planck/Makefile +++ b/keyboard/planck/Makefile @@ -117,7 +117,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 # comment out to disable the options. # BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000) -# MOUSEKEY_ENABLE = yes # Mouse keys(+4700) +MOUSEKEY_ENABLE = yes # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) CONSOLE_ENABLE = yes # Console for debug(+400) COMMAND_ENABLE = yes # Commands for debug and configuration |