]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/gh60/config.h
Add NO_PRINT and NO_DEBUG config options.
[tmk_firmware.git] / keyboard / gh60 / config.h
index 38d88eecc4b569e5ab1618982837592e0fefd81a..64a080e1c2bf1ef2152e1cf8bcb12ecf65a25bf0 100644 (file)
@@ -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