summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/pvc/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/planck/keymaps/pvc/config.h')
-rw-r--r--keyboards/planck/keymaps/pvc/config.h12
1 files changed, 10 insertions, 2 deletions
diff --git a/keyboards/planck/keymaps/pvc/config.h b/keyboards/planck/keymaps/pvc/config.h
index 1113372b0..1004c8b99 100644
--- a/keyboards/planck/keymaps/pvc/config.h
+++ b/keyboards/planck/keymaps/pvc/config.h
@@ -68,10 +68,18 @@ 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