summaryrefslogtreecommitdiff
path: root/layouts/community/ergodox/videck/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ergodox/videck/config.h')
-rw-r--r--layouts/community/ergodox/videck/config.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/layouts/community/ergodox/videck/config.h b/layouts/community/ergodox/videck/config.h
index b18b7fa9a9..e44dcd37c8 100644
--- a/layouts/community/ergodox/videck/config.h
+++ b/layouts/community/ergodox/videck/config.h
@@ -1,7 +1,4 @@
-#ifndef CONFIG_USER_H
-#define CONFIG_USER_H
-
-#include QMK_KEYBOARD_CONFIG_H
+#pragma once
#ifndef NO_DEBUG
#define NO_DEBUG
@@ -9,5 +6,3 @@
#ifndef NO_PRINT
#define NO_PRINT
#endif
-
-#endif