diff options
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 4e49a2b897..f621ac5ecc 100644 --- a/keyboard/planck/config.h +++ b/keyboard/planck/config.h @@ -59,10 +59,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 |