summaryrefslogtreecommitdiffstats
path: root/keyboards/mt40/keymaps/default/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/mt40/keymaps/default/config.h')
-rw-r--r--keyboards/mt40/keymaps/default/config.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/mt40/keymaps/default/config.h b/keyboards/mt40/keymaps/default/config.h
index 9f9a9fc10..6c3e30ef7 100644
--- a/keyboards/mt40/keymaps/default/config.h
+++ b/keyboards/mt40/keymaps/default/config.h
@@ -1,5 +1,6 @@
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
+#pragma once
+
+// place overrides here
#define TAPPING_TERM 200
@@ -7,5 +8,3 @@
#define RGBLIGHT_HUE_STEP 12
#define RGBLIGHT_SAT_STEP 15
#define RGBLIGHT_VAL_STEP 18
-
-#endif