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) | |
| download | qmk_firmware-71a8fd8b1286926bd21edce3d2ec7423d8ca4eef.tar.gz qmk_firmware-71a8fd8b1286926bd21edce3d2ec7423d8ca4eef.zip | |
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 0a1a6a935..cc3a1741a 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/>. | |||
| 131 | */ | 131 | */ |
| 132 | 132 | ||
| 133 | /* disable debug print */ | 133 | /* disable debug print */ |
| 134 | // #define NO_DEBUG | 134 | #define NO_DEBUG |
| 135 | 135 | ||
| 136 | /* disable print */ | 136 | /* disable print */ |
| 137 | // #define NO_PRINT | 137 | #define NO_PRINT |
| 138 | 138 | ||
| 139 | /* disable action features */ | 139 | /* disable action features */ |
| 140 | //#define NO_ACTION_LAYER | 140 | //#define NO_ACTION_LAYER |
