]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/phantom/phantom.h
Backlight abstraction and other changes (#439)
[qmk_firmware.git] / keyboards / phantom / phantom.h
index d7eb8c5a3de1fa0dc51c30d8bf560f76e94bdde7..420826becf8e28113518eb383987f2e0f037b6d7 100644 (file)
@@ -1,10 +1,7 @@
 #ifndef PHANTOM_H
 #define PHANTOM_H
 
-#include "matrix.h"
-#include "keymap.h"
-#include <stddef.h>
-#include "action_util.h"
+#include "quantum.h"
 
 /* Phantom matrix layout
    * ,-----------------------------------------------------------------------------.
@@ -40,7 +37,4 @@
                {k50, k51, k52, k57, k57, k57, k57, k57, k57, k57, k5a, k5b, k5c, k5d, k5e, k5f, k5g} \
 }
 
-void matrix_init_user(void);
-void matrix_scan_user(void);
-
 #endif