aboutsummaryrefslogtreecommitdiff
path: root/keyboard/planck/planck.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboard/planck/planck.h')
-rw-r--r--keyboard/planck/planck.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/keyboard/planck/planck.h b/keyboard/planck/planck.h
index 4e59aef56..32c08f3b0 100644
--- a/keyboard/planck/planck.h
+++ b/keyboard/planck/planck.h
@@ -3,8 +3,11 @@
3 3
4#include "matrix.h" 4#include "matrix.h"
5#include "keymap_common.h" 5#include "keymap_common.h"
6#include "backlight.h" 6// #include "backlight.h"
7#include <stddef.h> 7#include <stddef.h>
8#ifdef MIDI_ENABLE
9 #include <keymap_midi.h>
10#endif
8 11
9#define PLANCK_MIT( \ 12#define PLANCK_MIT( \
10 k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \ 13 k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \