]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - users/xtonhasvim/fancylighting.h
Keymap: I got my intern a KBParadise V60 Type R... (#3813)
[qmk_firmware.git] / users / xtonhasvim / fancylighting.h
index 982010d3d538f020193439f78b36220b93a866a6..02fb58b84a2f536ab8e4a24bb844e7900a9880e4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright 2015-2017 Christon DeWan
+/* Copyright 2015-2017 Christon DeWan
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -20,16 +20,17 @@ p /* Copyright 2015-2017 Christon DeWan
 
 #include "xtonhasvim.h"
 
+
 extern uint8_t user_rgb_mode;
 extern LED_TYPE shadowed_led[];
 
-void start_firey_return(void);
 
-#endif //_fancy_lighting_h
+#endif //RGBLIGHT_ENABLE
+void start_firey_return(void);
 
 enum xtonhasvim_rgbmodes {
   BREATH_FIRE = 1,
   FADE_BACK
 };
 
-#endif //RGBLIGHT_ENABLE
+#endif //_fancy_lighting_h