aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--keyboards/planck/keymaps/default/config.h2
-rw-r--r--keyboards/planck/keymaps/default/rules.mk3
-rw-r--r--keyboards/planck/light/rules.mk2
3 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/planck/keymaps/default/config.h b/keyboards/planck/keymaps/default/config.h
index b406e2fed..a1635f2ba 100644
--- a/keyboards/planck/keymaps/default/config.h
+++ b/keyboards/planck/keymaps/default/config.h
@@ -1,7 +1,7 @@
1#ifndef CONFIG_USER_H 1#ifndef CONFIG_USER_H
2#define CONFIG_USER_H 2#define CONFIG_USER_H
3 3
4#include "../../config.h" 4#include "config_common.h"
5 5
6#ifdef AUDIO_ENABLE 6#ifdef AUDIO_ENABLE
7 #define STARTUP_SONG SONG(PLANCK_SOUND) 7 #define STARTUP_SONG SONG(PLANCK_SOUND)
diff --git a/keyboards/planck/keymaps/default/rules.mk b/keyboards/planck/keymaps/default/rules.mk
index 457a3d01d..e69de29bb 100644
--- a/keyboards/planck/keymaps/default/rules.mk
+++ b/keyboards/planck/keymaps/default/rules.mk
@@ -1,3 +0,0 @@
1ifndef QUANTUM_DIR
2 include ../../../../Makefile
3endif
diff --git a/keyboards/planck/light/rules.mk b/keyboards/planck/light/rules.mk
index 1225a5d28..3d7006b52 100644
--- a/keyboards/planck/light/rules.mk
+++ b/keyboards/planck/light/rules.mk
@@ -1,6 +1,6 @@
1MIDI_ENABLE = yes 1MIDI_ENABLE = yes
2AUDIO_ENABLE = yes # Audio output on port C6 2AUDIO_ENABLE = yes # Audio output on port C6
3MOUSEKEY_ENABLE = yes # Mouse keys(+4700) 3MOUSEKEY_ENABLE = no # Mouse keys(+4700)
4NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work 4NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
5BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality 5BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
6 6