aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/ergodox/keymaps/videck/config.h
diff options
context:
space:
mode:
authorlucwastiaux <luc.wastiaux@airpost.net>2016-12-10 12:49:47 +0800
committerlucwastiaux <luc.wastiaux@airpost.net>2016-12-10 12:49:47 +0800
commit9240f27ba909aece233bda59e4ec15f7666fdece (patch)
tree7b6e2b05a0722734e4739dd7b52817d82fae51c6 /keyboards/ergodox/keymaps/videck/config.h
parentdc4c8875ba2b961deb5d9712f422b00ce7c90979 (diff)
parent985a091a739c99736d5b17de5161831488dbc219 (diff)
downloadfirmware-9240f27ba909aece233bda59e4ec15f7666fdece.tar.gz
firmware-9240f27ba909aece233bda59e4ec15f7666fdece.tar.bz2
firmware-9240f27ba909aece233bda59e4ec15f7666fdece.zip
Merge remote-tracking branch 'upstream/master'
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