diff options
author | Jack Humbert <jack.humb@gmail.com> | 2017-09-06 12:19:40 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-06 12:19:40 -0400 |
commit | 4d5eeb3d7d366d3f120059b6d64a3145591df7a3 (patch) | |
tree | 12023f4e18ee5df80796ff67258d2fe105627c1a /keyboards/planck/rules.mk | |
parent | 4edfa97e031c3c1884d54d6f0310c99a9d6abd82 (diff) |
update planck stuff
Diffstat (limited to 'keyboards/planck/rules.mk')
-rw-r--r-- | keyboards/planck/rules.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/planck/rules.mk b/keyboards/planck/rules.mk index 8f8477c18a..32a9a26c75 100644 --- a/keyboards/planck/rules.mk +++ b/keyboards/planck/rules.mk @@ -53,10 +53,10 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096 BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000) MOUSEKEY_ENABLE = no # Mouse keys(+4700) EXTRAKEY_ENABLE = yes # Audio control and System control(+450) -CONSOLE_ENABLE = no # Console for debug(+400) +CONSOLE_ENABLE = yes # Console for debug(+400) COMMAND_ENABLE = no # 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 +BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality MIDI_ENABLE = yes # MIDI controls AUDIO_ENABLE = yes # Audio output on port C6 UNICODE_ENABLE = no # Unicode |