diff options
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 70353323b..18a7253f2 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/>. | |||
150 | */ | 150 | */ |
151 | 151 | ||
152 | /* disable debug print */ | 152 | /* disable debug print */ |
153 | //#define NO_DEBUG | 153 | #ifndef NO_DEBUG |
154 | # define NO_DEBUG | ||
155 | #endif | ||
154 | 156 | ||
155 | /* disable print */ | 157 | /* disable print */ |
156 | //#define NO_PRINT | 158 | // #ifndef NO_PRINT |
159 | // # define NO_PRINT | ||
160 | // #endif | ||
161 | |||
162 | /* Only print user print statements */ | ||
163 | #define USER_PRINT | ||
157 | 164 | ||
158 | /* disable action features */ | 165 | /* disable action features */ |
159 | //#define NO_ACTION_LAYER | 166 | //#define NO_ACTION_LAYER |