diff options
Diffstat (limited to 'keyboard/gh60')
-rw-r--r-- | keyboard/gh60/config.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/keyboard/gh60/config.h b/keyboard/gh60/config.h index 38d88eecc4..64a080e1c2 100644 --- a/keyboard/gh60/config.h +++ b/keyboard/gh60/config.h @@ -56,5 +56,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #define BOOTLOADER_SIZE 4096 +/* disable debug print */ +//#define NO_DEBUG + +/* disable print */ +//#define NO_PRINT #endif |