diff options
author | IBNobody <ibnobody@gmail.com> | 2016-04-14 05:00:36 +0200 |
---|---|---|
committer | IBNobody <ibnobody@gmail.com> | 2016-04-14 05:00:36 +0200 |
commit | 95a44cdf01a98180363e8039d769fa7be92b0194 (patch) | |
tree | 7e8959e98fe26e7af55a5c3c95243dfe6d61b11d /keyboard/planck/config.h | |
parent | aa9eaa97730d9dea730e74b6d5a01bc344af9bfd (diff) | |
download | qmk_firmware-95a44cdf01a98180363e8039d769fa7be92b0194.tar.gz qmk_firmware-95a44cdf01a98180363e8039d769fa7be92b0194.tar.xz |
Disabled print.
Diffstat (limited to 'keyboard/planck/config.h')
-rw-r--r-- | keyboard/planck/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboard/planck/config.h b/keyboard/planck/config.h index 7d64f0977..d3719e0cb 100644 --- a/keyboard/planck/config.h +++ b/keyboard/planck/config.h @@ -73,10 +73,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ /* disable debug print */ -//#define NO_DEBUG +#define NO_DEBUG /* disable print */ -//#define NO_PRINT +#define NO_PRINT /* disable action features */ //#define NO_ACTION_LAYER |