summaryrefslogtreecommitdiffstats
path: root/layouts/community/ergodox/drashna/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/drashna/config.h')
-rw-r--r--layouts/community/ergodox/drashna/config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/layouts/community/ergodox/drashna/config.h b/layouts/community/ergodox/drashna/config.h
index 27124dbe2..9e2bd74f3 100644
--- a/layouts/community/ergodox/drashna/config.h
+++ b/layouts/community/ergodox/drashna/config.h
@@ -1,10 +1,9 @@
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
+#pragma once
#include QMK_KEYBOARD_CONFIG_H
#ifdef RGBLIGHT_ENABLE
-#undef RGBLIGHT_SAT_STEP
+#undef RGBLIGHT_SAT_STEP
#define RGBLIGHT_SAT_STEP 12
#define RGBLIGHT_EFFECT_KNIGHT_LENGTH 7
#define RGBLIGHT_EFFECT_SNAKE_LENGTH 7
@@ -14,5 +13,3 @@
#undef PRODUCT
#define PRODUCT DrashnaDox - Hacked ErgoDox EZ Shine
-
-#endif