aboutsummaryrefslogtreecommitdiff
path: root/keyboards/phantom/phantom.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/phantom/phantom.h')
-rw-r--r--keyboards/phantom/phantom.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/keyboards/phantom/phantom.h b/keyboards/phantom/phantom.h
index d7eb8c5a3..420826bec 100644
--- a/keyboards/phantom/phantom.h
+++ b/keyboards/phantom/phantom.h
@@ -1,10 +1,7 @@
1#ifndef PHANTOM_H 1#ifndef PHANTOM_H
2#define PHANTOM_H 2#define PHANTOM_H
3 3
4#include "matrix.h" 4#include "quantum.h"
5#include "keymap.h"
6#include <stddef.h>
7#include "action_util.h"
8 5
9/* Phantom matrix layout 6/* Phantom matrix layout
10 * ,-----------------------------------------------------------------------------. 7 * ,-----------------------------------------------------------------------------.
@@ -40,7 +37,4 @@
40 {k50, k51, k52, k57, k57, k57, k57, k57, k57, k57, k5a, k5b, k5c, k5d, k5e, k5f, k5g} \ 37 {k50, k51, k52, k57, k57, k57, k57, k57, k57, k57, k5a, k5b, k5c, k5d, k5e, k5f, k5g} \
41} 38}
42 39
43void matrix_init_user(void);
44void matrix_scan_user(void);
45
46#endif 40#endif