summaryrefslogtreecommitdiff
path: root/keyboards/ergodox/keymaps/videck/config.h
diff options
context:
space:
mode:
authorclimbalima2016-11-16 19:28:30 -0500
committerclimbalima2016-11-16 19:28:30 -0500
commit668c7397023ad5c9d338b2165699af453f84af0a (patch)
treebfe732d0996226761f19bc4636ed062d6f302a1f /keyboards/ergodox/keymaps/videck/config.h
parent5cac51a773bef7fc8064390ac3ee499121a9611d (diff)
parent72e78a017fceb80cd43f014cf38218e845623f1c (diff)
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'keyboards/ergodox/keymaps/videck/config.h')
-rw-r--r--keyboards/ergodox/keymaps/videck/config.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/keyboards/ergodox/keymaps/videck/config.h b/keyboards/ergodox/keymaps/videck/config.h
new file mode 100644
index 000000000..d89aabe77
--- /dev/null
+++ b/keyboards/ergodox/keymaps/videck/config.h
@@ -0,0 +1,13 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "../../config.h"
+
+#ifndef NO_DEBUG
+ #define NO_DEBUG
+#endif
+#ifndef NO_PRINT
+ #define NO_PRINT
+#endif
+
+#endif