summaryrefslogtreecommitdiff
path: root/keyboards/atomic/keymaps/pvc/config.h
diff options
context:
space:
mode:
authorDamien <Dbroqua@users.noreply.github.com>2016-09-19 13:25:37 +0200
committerGitHub <noreply@github.com>2016-09-19 13:25:37 +0200
commitc438a2a265b366c8e4594ce561feb896018983f0 (patch)
treef310e72223a25414f69c2dec70509fed26dc3960 /keyboards/atomic/keymaps/pvc/config.h
parentaf24ea558a65fea549bd9f57a9704b904972d2f7 (diff)
parent5f9c2f63ffb2c58db73e67442134be58bfe2c129 (diff)
Merge pull request #4 from jackhumbert/master
Merge from jackhumbert
Diffstat (limited to 'keyboards/atomic/keymaps/pvc/config.h')
-rw-r--r--keyboards/atomic/keymaps/pvc/config.h11
1 files changed, 9 insertions, 2 deletions
diff --git a/keyboards/atomic/keymaps/pvc/config.h b/keyboards/atomic/keymaps/pvc/config.h
index 70353323b6..18a7253f2e 100644
--- a/keyboards/atomic/keymaps/pvc/config.h
+++ b/keyboards/atomic/keymaps/pvc/config.h
@@ -150,10 +150,17 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
/* disable debug print */
-//#define NO_DEBUG
+#ifndef NO_DEBUG
+# define NO_DEBUG
+#endif
/* disable print */
-//#define NO_PRINT
+// #ifndef NO_PRINT
+// # define NO_PRINT
+// #endif
+
+/* Only print user print statements */
+#define USER_PRINT
/* disable action features */
//#define NO_ACTION_LAYER