diff options
Diffstat (limited to 'keyboards/fractal')
-rwxr-xr-x | keyboards/fractal/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/fractal/config.h b/keyboards/fractal/config.h index 5d4e0d49e..b9aeac385 100755 --- a/keyboards/fractal/config.h +++ b/keyboards/fractal/config.h | |||
@@ -1,5 +1,4 @@ | |||
1 | #ifndef CONFIG_H | 1 | #pragma once |
2 | #define CONFIG_H | ||
3 | 2 | ||
4 | #include "config_common.h" | 3 | #include "config_common.h" |
5 | 4 | ||
@@ -45,5 +44,3 @@ | |||
45 | #define RGBLIGHT_SAT_STEP 8 | 44 | #define RGBLIGHT_SAT_STEP 8 |
46 | #define RGBLIGHT_VAL_STEP 8 | 45 | #define RGBLIGHT_VAL_STEP 8 |
47 | #endif | 46 | #endif |
48 | |||
49 | #endif | ||