summaryrefslogtreecommitdiffstats
path: root/users/xtonhasvim/fancylighting.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/xtonhasvim/fancylighting.h')
-rw-r--r--users/xtonhasvim/fancylighting.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/users/xtonhasvim/fancylighting.h b/users/xtonhasvim/fancylighting.h
index 982010d3d..02fb58b84 100644
--- a/users/xtonhasvim/fancylighting.h
+++ b/users/xtonhasvim/fancylighting.h
@@ -1,4 +1,4 @@
-p /* 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