diff options
author | Jack Humbert <jack.humb@gmail.com> | 2015-10-23 20:12:04 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2015-10-23 20:12:04 -0400 |
commit | 71a8fd8b1286926bd21edce3d2ec7423d8ca4eef (patch) | |
tree | 14c7ce66ad9224f0f957d0437d9be910416140a7 /keyboard/planck/config.h | |
parent | bbb21f60e9834a25157fe9043e794b67f1ad615e (diff) |
bluetooth working with usb
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 0a1a6a9357..cc3a1741a2 100644 --- a/keyboard/planck/config.h +++ b/keyboard/planck/config.h @@ -131,10 +131,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 |