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.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/keyboard/planck/planck.h b/keyboard/planck/planck.h
index cfd4956bf..8aec6b262 100644
--- a/keyboard/planck/planck.h
+++ b/keyboard/planck/planck.h
@@ -1,19 +1,7 @@
1#ifndef PLANCK_H 1#ifndef PLANCK_H
2#define PLANCK_H 2#define PLANCK_H
3 3
4#include "matrix.h" 4#include "quantum.h"
5#include "keymap_common.h"
6#ifdef BACKLIGHT_ENABLE
7 #include "backlight.h"
8#endif
9#ifdef RGBLIGHT_ENABLE
10 #include "rgblight.h"
11#endif
12#include <stddef.h>
13#include <avr/io.h>
14#ifdef MIDI_ENABLE
15 #include <keymap_midi.h>
16#endif
17 5
18#define PLANCK_MIT( \ 6#define PLANCK_MIT( \
19 k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \ 7 k00, k01, k02, k03, k04, k05, k06, k07, k08, k09, k0a, k0b, \
@@ -43,7 +31,7 @@
43 31
44void matrix_init_user(void); 32void matrix_init_user(void);
45void matrix_scan_user(void); 33void matrix_scan_user(void);
46void process_action_user(keyrecord_t *record); 34bool process_action_user(keyrecord_t *record);
47 35
48void led_set_user(uint8_t usb_led); 36void led_set_user(uint8_t usb_led);
49void backlight_init_ports(void); 37void backlight_init_ports(void);