aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboard/planck/config.h4
-rw-r--r--keyboard/planck/keymaps/default/makefile.mk3
2 files changed, 4 insertions, 3 deletions
diff --git a/keyboard/planck/config.h b/keyboard/planck/config.h
index d3719e0cb..7d64f0977 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/>.
73 */ 73 */
74 74
75/* disable debug print */ 75/* disable debug print */
76#define NO_DEBUG 76//#define NO_DEBUG
77 77
78/* disable print */ 78/* disable print */
79#define NO_PRINT 79//#define NO_PRINT
80 80
81/* disable action features */ 81/* disable action features */
82//#define NO_ACTION_LAYER 82//#define NO_ACTION_LAYER
diff --git a/keyboard/planck/keymaps/default/makefile.mk b/keyboard/planck/keymaps/default/makefile.mk
index 628167ff6..e1c5bd2e8 100644
--- a/keyboard/planck/keymaps/default/makefile.mk
+++ b/keyboard/planck/keymaps/default/makefile.mk
@@ -1 +1,2 @@
1AUDIO_ENABLE = yes \ No newline at end of file 1AUDIO_ENABLE = yes
2BACKLIGHT_ENABLE = yes \ No newline at end of file