]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboard/planck/planck.h
Delete keymap_eigen.c
[qmk_firmware.git] / keyboard / planck / planck.h
index 32c08f3b0b27a1bfcf5354749cfc1fe76d826270..00b01b54dfa9cfc20ca45a0c0763ac56b28422a6 100644 (file)
@@ -3,7 +3,12 @@
 
 #include "matrix.h"
 #include "keymap_common.h"
-// #include "backlight.h"
+#ifdef BACKLIGHT_ENABLE
+       #include "backlight.h"
+#endif
+#ifdef RGBLIGHT_ENABLE
+  #include "rgblight.h"
+#endif
 #include <stddef.h>
 #ifdef MIDI_ENABLE
        #include <keymap_midi.h>
@@ -20,7 +25,7 @@
        { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b }, \
        { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b }, \
        { k30, k31, k32, k33, k34, k35, k35, k37, k38, k39, k3a, k3b } \
-} 
+}
 
 #define PLANCK_GRID( \
        k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \
@@ -33,9 +38,9 @@
        { k10, k11, k12, k13, k14, k15, k16, k17, k18, k19, k1a, k1b }, \
        { k20, k21, k22, k23, k24, k25, k26, k27, k28, k29, k2a, k2b }, \
        { k30, k31, k32, k33, k34, k35, k36, k37, k38, k39, k3a, k3b } \
-} 
+}
 
 void * matrix_init_user(void);
 void * matrix_scan_user(void);
 
-#endif
\ No newline at end of file
+#endif