aboutsummaryrefslogtreecommitdiff
path: root/keyboards/planck/planck.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/planck.h')
-rw-r--r--keyboards/planck/planck.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/keyboards/planck/planck.h b/keyboards/planck/planck.h
index 10f17b4a4..c055d73cb 100644
--- a/keyboards/planck/planck.h
+++ b/keyboards/planck/planck.h
@@ -1,12 +1,7 @@
1#ifndef PLANCK_H 1#ifndef PLANCK_H
2#define PLANCK_H 2#define PLANCK_H
3 3
4#ifdef SUBPROJECT_rev3 4#include QMK_SUBPROJECT_H
5 #include "rev3.h"
6#endif
7#ifdef SUBPROJECT_rev4
8 #include "rev4.h"
9#endif
10 5
11#include "quantum.h" 6#include "quantum.h"
12 7
@@ -37,5 +32,6 @@
37} 32}
38 33
39#define KEYMAP PLANCK_GRID 34#define KEYMAP PLANCK_GRID
35#define LAYOUT_ortho_4x12 PLANCK_GRID
40 36
41#endif 37#endif