summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/config.h')
-rw-r--r--keyboards/planck/config.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/keyboards/planck/config.h b/keyboards/planck/config.h
index da2b000f6..4dd1d22a9 100644
--- a/keyboards/planck/config.h
+++ b/keyboards/planck/config.h
@@ -23,7 +23,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x6060
-#define DEVICE_VER 0x0001
#define MANUFACTURER Ortholinear Keyboards
#define PRODUCT The Planck Keyboard
#define DESCRIPTION A compact ortholinear keyboard
@@ -79,4 +78,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
+#ifdef SUBPROJECT_rev3
+ #include "rev3/config.h"
+#endif
+#ifdef SUBPROJECT_rev4
+ #include "rev4/config.h"
+#endif
+
#endif