diff options
author | dbroqua <dbroqua@mousur.org> | 2016-09-19 13:26:18 +0200 |
---|---|---|
committer | dbroqua <dbroqua@mousur.org> | 2016-09-19 13:26:18 +0200 |
commit | 21b6e4c1f3225fed55926a4e6be2888d17fe5fd2 (patch) | |
tree | 63504b528703a65c4addda6658a701e405bba44c /keyboards/atomic/keymaps/pvc/config.h | |
parent | 94af0194ddfe8f8a3069c926170d8995de5c1781 (diff) | |
parent | c438a2a265b366c8e4594ce561feb896018983f0 (diff) |
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'keyboards/atomic/keymaps/pvc/config.h')
-rw-r--r-- | keyboards/atomic/keymaps/pvc/config.h | 11 |
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 |