From: tmk Date: Wed, 18 Sep 2019 06:41:24 +0000 (+0900) Subject: usb_usb: Enable NO_DEBUG build option X-Git-Url: https://git.friedersdorff.com/?a=commitdiff_plain;ds=sidebyside;h=250724f79a204b47912371c19fd6c4f2f0521fc9;p=max%2Ftmk_keyboard.git usb_usb: Enable NO_DEBUG build option to save flash memory space --- diff --git a/converter/usb_usb/Makefile.unimap b/converter/usb_usb/Makefile.unimap index cc383eda..48a041ba 100644 --- a/converter/usb_usb/Makefile.unimap +++ b/converter/usb_usb/Makefile.unimap @@ -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