aboutsummaryrefslogtreecommitdiff
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 b18b7fa9a..e44dcd37c 100644
--- a/layouts/community/ergodox/videck/config.h
+++ b/layouts/community/ergodox/videck/config.h
@@ -1,7 +1,4 @@
1#ifndef CONFIG_USER_H 1#pragma once
2#define CONFIG_USER_H
3
4#include QMK_KEYBOARD_CONFIG_H
5 2
6#ifndef NO_DEBUG 3#ifndef NO_DEBUG
7 #define NO_DEBUG 4 #define NO_DEBUG
@@ -9,5 +6,3 @@
9#ifndef NO_PRINT 6#ifndef NO_PRINT
10 #define NO_PRINT 7 #define NO_PRINT
11#endif 8#endif
12
13#endif