]> git.friedersdorff.com Git - max/tmk_keyboard.git/commitdiff
usb_usb: Enable NO_DEBUG build option
authortmk <hasu@tmk-kbd.com>
Wed, 18 Sep 2019 06:41:24 +0000 (15:41 +0900)
committertmk <hasu@tmk-kbd.com>
Wed, 18 Sep 2019 06:41:24 +0000 (15:41 +0900)
to save flash memory space

converter/usb_usb/Makefile.unimap

index cc383edafe0ac4d7d42a55c39b9a3ceabada36c4..48a041ba9b038981b9a2b694abd1ff27cc18b056 100644 (file)
@@ -2,4 +2,6 @@ TARGET = usb_usb_unimap
 UNIMAP_ENABLE = yes
 KEYMAP_SECTION_ENABLE = yes
 #LUFA_DEBUG = yes
+#CONSOLE_ENABLE = no
+NO_DEBUG = yes
 include Makefile