diff options
Diffstat (limited to 'users/xtonhasvim/fancylighting.h')
| -rw-r--r-- | users/xtonhasvim/fancylighting.h | 9 |
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 @@ | |||
| 1 | p /* Copyright 2015-2017 Christon DeWan | 1 | /* Copyright 2015-2017 Christon DeWan |
| 2 | * | 2 | * |
| 3 | * This program is free software: you can redistribute it and/or modify | 3 | * This program is free software: you can redistribute it and/or modify |
| 4 | * it under the terms of the GNU General Public License as published by | 4 | * it under the terms of the GNU General Public License as published by |
| @@ -20,16 +20,17 @@ p /* Copyright 2015-2017 Christon DeWan | |||
| 20 | 20 | ||
| 21 | #include "xtonhasvim.h" | 21 | #include "xtonhasvim.h" |
| 22 | 22 | ||
| 23 | |||
| 23 | extern uint8_t user_rgb_mode; | 24 | extern uint8_t user_rgb_mode; |
| 24 | extern LED_TYPE shadowed_led[]; | 25 | extern LED_TYPE shadowed_led[]; |
| 25 | 26 | ||
| 26 | void start_firey_return(void); | ||
| 27 | 27 | ||
| 28 | #endif //_fancy_lighting_h | 28 | #endif //RGBLIGHT_ENABLE |
| 29 | void start_firey_return(void); | ||
| 29 | 30 | ||
| 30 | enum xtonhasvim_rgbmodes { | 31 | enum xtonhasvim_rgbmodes { |
| 31 | BREATH_FIRE = 1, | 32 | BREATH_FIRE = 1, |
| 32 | FADE_BACK | 33 | FADE_BACK |
| 33 | }; | 34 | }; |
| 34 | 35 | ||
| 35 | #endif //RGBLIGHT_ENABLE | 36 | #endif //_fancy_lighting_h |
