diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-12-02 13:06:31 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-02 13:06:31 -0500 |
commit | 4bcec04c01c839d9e11da71892fc59f3b46ba1f8 (patch) | |
tree | 124b0496713c44957cd0a542ecc705063409d092 /keyboards/planck/keymaps/cbbrowne/config.h | |
parent | 555e41d9e5f8d393637898e2c77c64066b648245 (diff) | |
parent | f6e86cd2c904cc3951b2341b9c73a535dbf28f03 (diff) |
Merge pull request #924 from cbbrowne/master
Keymapping revs, revisions to documentation on API_SYSEX_ENABLE
Diffstat (limited to 'keyboards/planck/keymaps/cbbrowne/config.h')
-rw-r--r-- | keyboards/planck/keymaps/cbbrowne/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/cbbrowne/config.h b/keyboards/planck/keymaps/cbbrowne/config.h index 1e04ba61d7..bd15fd5a22 100644 --- a/keyboards/planck/keymaps/cbbrowne/config.h +++ b/keyboards/planck/keymaps/cbbrowne/config.h @@ -1,6 +1,9 @@ #ifndef CONFIG_USER_H #define CONFIG_USER_H +#define NO_DEBUG +#define NO_PRINT + #include "../../config.h" #define LEADER_TIMEOUT 300 |