summaryrefslogtreecommitdiffstats
path: root/keyboards/atomic/keymaps/pvc/config.h
diff options
context:
space:
mode:
authorIBNobody <IBNobody@users.noreply.github.com>2016-09-12 19:54:52 -0500
committerGitHub <noreply@github.com>2016-09-12 19:54:52 -0500
commite9a093451ea13b18b5dc60d427244efeba593da5 (patch)
treebc4f5fe1c10ebb378e6d69696ad35709a7a55ab2 /keyboards/atomic/keymaps/pvc/config.h
parent658db40df9639baf25b3975d690703a79b0ee289 (diff)
Clean up atomic keymap (#9)
* Added keyboard help macros * Fixing Atomic PVC keymap / adding print help
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