diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-04-14 23:33:46 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-04-14 23:33:46 -0400 |
commit | 2597fb7c508cf36704291cd48b2c752dd21f2b0d (patch) | |
tree | c6e438e5c1059612cad4f236cee488229db638b3 | |
parent | 63462bf8c12cea1c13ca1bd1f105fe53f556806e (diff) | |
download | qmk_firmware-2597fb7c508cf36704291cd48b2c752dd21f2b0d.tar.gz qmk_firmware-2597fb7c508cf36704291cd48b2c752dd21f2b0d.zip |
might have broken something
-rw-r--r-- | keyboard/planck/config.h | 4 | ||||
-rw-r--r-- | keyboard/planck/keymaps/default/makefile.mk | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/keyboard/planck/config.h b/keyboard/planck/config.h index d3719e0cb1..7d64f09773 100644 --- a/keyboard/planck/config.h +++ b/keyboard/planck/config.h @@ -73,10 +73,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* disable debug print */ -#define NO_DEBUG +//#define NO_DEBUG /* disable print */ -#define NO_PRINT +//#define NO_PRINT /* disable action features */ //#define NO_ACTION_LAYER diff --git a/keyboard/planck/keymaps/default/makefile.mk b/keyboard/planck/keymaps/default/makefile.mk index 628167ff66..e1c5bd2e80 100644 --- a/keyboard/planck/keymaps/default/makefile.mk +++ b/keyboard/planck/keymaps/default/makefile.mk @@ -1 +1,2 @@ -AUDIO_ENABLE = yes
\ No newline at end of file +AUDIO_ENABLE = yes +BACKLIGHT_ENABLE = yes
\ No newline at end of file |