diff options
Diffstat (limited to 'keyboards/planck/rev3')
-rw-r--r-- | keyboards/planck/rev3/config.h | 2 | ||||
-rw-r--r-- | keyboards/planck/rev3/rev3.h | 2 | ||||
-rw-r--r-- | keyboards/planck/rev3/rules.mk | 6 |
3 files changed, 3 insertions, 7 deletions
diff --git a/keyboards/planck/rev3/config.h b/keyboards/planck/rev3/config.h index cc37874e8..ade11ffe1 100644 --- a/keyboards/planck/rev3/config.h +++ b/keyboards/planck/rev3/config.h @@ -1,7 +1,7 @@ #ifndef REV3_CONFIG_H #define REV3_CONFIG_H -#include "../config.h" +#include QMK_KEYBOARD_CONFIG_H #define DEVICE_VER 0x0003 diff --git a/keyboards/planck/rev3/rev3.h b/keyboards/planck/rev3/rev3.h index 628951d97..e5e05236c 100644 --- a/keyboards/planck/rev3/rev3.h +++ b/keyboards/planck/rev3/rev3.h @@ -1,6 +1,6 @@ #ifndef REV3_H #define REV3_H -#include "../planck.h" +#include QMK_KEYBOARD_H #endif
\ No newline at end of file diff --git a/keyboards/planck/rev3/rules.mk b/keyboards/planck/rev3/rules.mk index 559409682..114857100 100644 --- a/keyboards/planck/rev3/rules.mk +++ b/keyboards/planck/rev3/rules.mk @@ -1,5 +1 @@ -AUDIO_ENABLE = no # Audio output on port C6 - -ifndef QUANTUM_DIR - include ../../../Makefile -endif
\ No newline at end of file +AUDIO_ENABLE = no # Audio output on port C6
\ No newline at end of file |