diff options
Diffstat (limited to 'keyboards/uk78/config.h')
-rw-r--r-- | keyboards/uk78/config.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/uk78/config.h b/keyboards/uk78/config.h index 272e8401e..4ac138a9b 100644 --- a/keyboards/uk78/config.h +++ b/keyboards/uk78/config.h | |||
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License | |||
15 | along with this program. If not, see <http://www.gnu.org/licenses/>. | 15 | along with this program. If not, see <http://www.gnu.org/licenses/>. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #ifndef CONFIG_H | 18 | #pragma once |
19 | #define CONFIG_H | ||
20 | 19 | ||
21 | #include "config_common.h" | 20 | #include "config_common.h" |
22 | 21 | ||
@@ -63,5 +62,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
63 | #define RGBLIGHT_SAT_STEP 8 | 62 | #define RGBLIGHT_SAT_STEP 8 |
64 | #define RGBLIGHT_VAL_STEP 8 | 63 | #define RGBLIGHT_VAL_STEP 8 |
65 | #endif | 64 | #endif |
66 | |||
67 | #endif | ||