summaryrefslogtreecommitdiff
path: root/keyboards/atomic/keymaps/pvc/config.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-09-19 01:21:25 -0400
committerGitHub <noreply@github.com>2016-09-19 01:21:25 -0400
commitc678676e415c20d78ee3e026a96a2d5c4853c250 (patch)
treea1751dd35d225e55cf255d08870fa6e779d9bab3 /keyboards/atomic/keymaps/pvc/config.h
parent6282fc8dc11a04dde5e340491ad42c99a161897c (diff)
parentbbf06d516a2946816e2ad53798dac7ee901ad25b (diff)
Merge pull request #755 from IBNobody/master
Fix USER PRINT/NO PRINT warning w/ Bootmagic
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