Move tmk_core/common/backlight to quantum/backlight (#6710)
[jackhill/qmk/firmware.git] / keyboards / vitamins_included / split_util.h
index 5acf386..da7be51 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef SPLIT_KEYBOARD_UTIL_H
-#define SPLIT_KEYBOARD_UTIL_H
+#pragma once
 
 #include <stdbool.h>
 #include "eeconfig.h"
+#include "quantum.h"
 
 #define SLAVE_I2C_ADDRESS           0x32
 
@@ -10,9 +10,7 @@ extern volatile bool isLeftHand;
 extern volatile bool contacted_by_master;
 
 bool has_usb(void);
+bool is_rev2(void);
 
 // slave version of matix scan, defined in matrix.c
 void matrix_slave_scan(void);
-
-
-#endif