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.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/keyboards/planck/planck.h b/keyboards/planck/planck.h
index c055d73cb..0ac4375d1 100644
--- a/keyboards/planck/planck.h
+++ b/keyboards/planck/planck.h
@@ -1,8 +1,6 @@
1#ifndef PLANCK_H 1#ifndef PLANCK_H
2#define PLANCK_H 2#define PLANCK_H
3 3
4#include QMK_SUBPROJECT_H
5
6#include "quantum.h" 4#include "quantum.h"
7 5
8#define PLANCK_MIT( \ 6#define PLANCK_MIT( \
@@ -34,4 +32,11 @@
34#define KEYMAP PLANCK_GRID 32#define KEYMAP PLANCK_GRID
35#define LAYOUT_ortho_4x12 PLANCK_GRID 33#define LAYOUT_ortho_4x12 PLANCK_GRID
36 34
35#ifdef KEYBOARD_planck_rev3
36 #include "rev3.h"
37#endif
38#ifdef KEYBOARD_planck_rev4
39 #include "rev4.h"
40#endif
41
37#endif 42#endif