diff options
| -rw-r--r-- | keyboards/planck/keymaps/default/config.h | 2 | ||||
| -rw-r--r-- | keyboards/planck/keymaps/default/rules.mk | 3 | ||||
| -rw-r--r-- | keyboards/planck/light/rules.mk | 2 |
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 @@ | |||
| 1 | ifndef QUANTUM_DIR | ||
| 2 | include ../../../../Makefile | ||
| 3 | endif | ||
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 @@ | |||
| 1 | MIDI_ENABLE = yes | 1 | MIDI_ENABLE = yes |
| 2 | AUDIO_ENABLE = yes # Audio output on port C6 | 2 | AUDIO_ENABLE = yes # Audio output on port C6 |
| 3 | MOUSEKEY_ENABLE = yes # Mouse keys(+4700) | 3 | MOUSEKEY_ENABLE = no # Mouse keys(+4700) |
| 4 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work | 4 | NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work |
| 5 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality | 5 | BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality |
| 6 | 6 | ||
