summaryrefslogtreecommitdiffstats
path: root/keyboards/planck/keymaps/cbbrowne
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-02-16 19:13:38 +0100
committerJack Humbert <jack.humb@gmail.com>2017-02-16 19:13:38 +0100
commit49e72632d2200fc3bf71d5ced2aa43058da3b2e0 (patch)
tree583330bc173017de5e1d4a10ff7100ebc0f1a34b /keyboards/planck/keymaps/cbbrowne
parent1ac5dc9e524444ef98cfab1d9822151a6bfb9621 (diff)
downloadqmk_firmware-49e72632d2200fc3bf71d5ced2aa43058da3b2e0.tar.gz
qmk_firmware-49e72632d2200fc3bf71d5ced2aa43058da3b2e0.tar.xz
remove more warnings
Diffstat (limited to 'keyboards/planck/keymaps/cbbrowne')
-rw-r--r--keyboards/planck/keymaps/cbbrowne/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/cbbrowne/config.h b/keyboards/planck/keymaps/cbbrowne/config.h
index bd15fd5a2..3a4ee907f 100644
--- a/keyboards/planck/keymaps/cbbrowne/config.h
+++ b/keyboards/planck/keymaps/cbbrowne/config.h
@@ -1,8 +1,12 @@
#ifndef CONFIG_USER_H
#define CONFIG_USER_H
+#ifndef NO_DEBUG
#define NO_DEBUG
+#endif
+#ifndef NO_PRINT
#define NO_PRINT
+#endif
#include "../../config.h"