diff options
| -rw-r--r-- | converter/m0110_usb/Makefile | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/converter/m0110_usb/Makefile b/converter/m0110_usb/Makefile index f1c51e1bb5..7791527e43 100644 --- a/converter/m0110_usb/Makefile +++ b/converter/m0110_usb/Makefile @@ -78,6 +78,7 @@ CONSOLE_ENABLE = yes	# Console for debug(+400)  COMMAND_ENABLE = yes    # Commands for debug and configuration  #SLEEP_LED_ENABLE = yes  # Breathing sleep LED during USB suspend  #NKRO_ENABLE = yes	# USB Nkey Rollover - not yet supported in LUFA +KEYMAP_SECTION_ENABLE = yes	# fixed address keymap for keymap editor | 
