diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-04-20 01:08:17 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-20 01:08:17 -0400 |
commit | de4690593cec908b19f97509f45c78534fd5440f (patch) | |
tree | 8e4bced95fa571e824526e6f23b6fee010f4de88 /keyboard/preonic/Makefile | |
parent | 462601f5e8de3476963c6fef44a88653e19fc3fd (diff) |
fixed startup audio with a 500ms delay
Diffstat (limited to 'keyboard/preonic/Makefile')
-rw-r--r-- | keyboard/preonic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboard/preonic/Makefile b/keyboard/preonic/Makefile index 3504e27201..c2648d2294 100644 --- a/keyboard/preonic/Makefile +++ b/keyboard/preonic/Makefile @@ -133,7 +133,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 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) +CONSOLE_ENABLE = on # Console for debug(+400) COMMAND_ENABLE = yes # Commands for debug and configuration NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |