mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Fix mixed tabs/spaces and typos in keyboards/converter makefiles (#5041)
* Fix mixed tabs and spaces in adb_usb and m0110_usb makefiles * Fix typos in converter build options * Tweak ordering and spacing in converter makefiles
This commit is contained in:
		
							parent
							
								
									80d427a203
								
							
						
					
					
						commit
						e4ff07aff0
					
				@ -1,7 +1,7 @@
 | 
				
			|||||||
# MCU name
 | 
					# MCU name
 | 
				
			||||||
# atmega32u4 	Teensy2.0
 | 
					# atmega32u4  Teensy2.0
 | 
				
			||||||
# atemga32u4	TMK Converter rev.1
 | 
					# atemga32u4  TMK Converter rev.1
 | 
				
			||||||
# atemga32u2	TMK Converter rev.2
 | 
					# atemga32u2  TMK Converter rev.2
 | 
				
			||||||
MCU = atmega32u4
 | 
					MCU = atmega32u4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Processor frequency.
 | 
					# Processor frequency.
 | 
				
			||||||
@ -50,25 +50,23 @@ BOOTLOADER = caterina
 | 
				
			|||||||
# Boot Section Size in *bytes*
 | 
					# Boot Section Size in *bytes*
 | 
				
			||||||
#   Teensy halfKay   512
 | 
					#   Teensy halfKay   512
 | 
				
			||||||
#   Teensy++ halfKay 1024
 | 
					#   Teensy++ halfKay 1024
 | 
				
			||||||
#   Atmel DFU loader 4096	for TMK Converter rev.1/rev.2
 | 
					#   Atmel DFU loader 4096  for TMK Converter rev.1/rev.2
 | 
				
			||||||
#   LUFA bootloader  4096
 | 
					#   LUFA bootloader  4096
 | 
				
			||||||
#   USBaspLoader     2048
 | 
					#   USBaspLoader     2048
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Build Options
 | 
					# Build Options
 | 
				
			||||||
#   comment out to disable the options.
 | 
					#   comment out to disable the options.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
BOOTMAGIC_ENABLE	= no			# Virtual DIP switch configuration(+1000)
 | 
					BOOTMAGIC_ENABLE = no   # Virtual DIP switch configuration(+1000)
 | 
				
			||||||
MOUSEKEY_ENABLE		= no			# Mouse keys(+4700)
 | 
					MOUSEKEY_ENABLE  = no   # Mouse keys(+4700)
 | 
				
			||||||
CONSOLE_ENABLE		= no			# Console for debug(+400)
 | 
					CONSOLE_ENABLE   = no   # Console for debug(+400)
 | 
				
			||||||
COMMAND_ENABLE		= no  		# Commands for debug and configuration
 | 
					COMMAND_ENABLE   = no   # Commands for debug and configuration
 | 
				
			||||||
SLEEP_LED_ENABLE 	= no  		# Breathing sleep LED during USB suspend
 | 
					SLEEP_LED_ENABLE = no   # Breathing sleep LED during USB suspend
 | 
				
			||||||
NKRO_ENABLE 		  = no			# USB Nkey Rollover - not yet supported in LUFA
 | 
					NKRO_ENABLE      = no   # USB Nkey Rollover - not yet supported in LUFA
 | 
				
			||||||
EXTRAKEY_ENABLE		= yes
 | 
					EXTRAKEY_ENABLE  = yes
 | 
				
			||||||
USB_HID_ENABLE 		= yes
 | 
					USB_HID_ENABLE   = yes
 | 
				
			||||||
BACKLIGHT_ENABLE 	= no
 | 
					BACKLIGHT_ENABLE = no
 | 
				
			||||||
#BLUETOOTH 			= AdafruitBLE   # For Adafruit Feather 32U4 BLE support, uncomment this line
 | 
					#BLUETOOTH        = AdafruitBLE  # For Adafruit Feather 32U4 BLE support, uncomment this line
 | 
				
			||||||
 | 
					CUSTOM_MATRIX    = yes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CUSTOM_MATRIX = yes
 | 
					SRC = matrix.c adb.c led.c
 | 
				
			||||||
SRC = matrix.c \
 | 
					 | 
				
			||||||
      adb.c \
 | 
					 | 
				
			||||||
			led.c
 | 
					 | 
				
			||||||
 | 
				
			|||||||
@ -48,8 +48,8 @@ BOOTLOADER = halfkay
 | 
				
			|||||||
#   the appropriate keymap folder that will get included automatically
 | 
					#   the appropriate keymap folder that will get included automatically
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
 | 
					BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
 | 
				
			||||||
MOUSEKEY_ENABLE = yes        # Mouse keys(+4700)
 | 
					MOUSEKEY_ENABLE = yes       # Mouse keys(+4700)
 | 
				
			||||||
EXTRAKEY_ENABLE = yes        # Audio control and System control(+450)
 | 
					EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
 | 
				
			||||||
CONSOLE_ENABLE = yes        # Console for debug(+400)
 | 
					CONSOLE_ENABLE = yes        # Console for debug(+400)
 | 
				
			||||||
COMMAND_ENABLE = no         # Commands for debug and configuration
 | 
					COMMAND_ENABLE = no         # Commands for debug and configuration
 | 
				
			||||||
NKRO_ENABLE = yes           # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
 | 
					NKRO_ENABLE = yes           # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
 | 
				
			||||||
@ -62,11 +62,9 @@ RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.
 | 
				
			|||||||
API_SYSEX_ENABLE = no
 | 
					API_SYSEX_ENABLE = no
 | 
				
			||||||
SPLIT_KEYBOARD = no
 | 
					SPLIT_KEYBOARD = no
 | 
				
			||||||
WAIT_FOR_USB = yes
 | 
					WAIT_FOR_USB = yes
 | 
				
			||||||
 | 
					LAYOUTS_HAS_RGB = no
 | 
				
			||||||
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | 
					# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | 
				
			||||||
SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
 | 
					SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend
 | 
				
			||||||
 | 
					 | 
				
			||||||
LAYOUTS_HAS_RGB = NO
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
CUSTOM_MATRIX = yes
 | 
					CUSTOM_MATRIX = yes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SRC = matrix.c
 | 
					SRC = matrix.c
 | 
				
			||||||
@ -62,11 +62,9 @@ RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.
 | 
				
			|||||||
API_SYSEX_ENABLE = no
 | 
					API_SYSEX_ENABLE = no
 | 
				
			||||||
SPLIT_KEYBOARD = no
 | 
					SPLIT_KEYBOARD = no
 | 
				
			||||||
WAIT_FOR_USB = yes
 | 
					WAIT_FOR_USB = yes
 | 
				
			||||||
 | 
					LAYOUTS_HAS_RGB = no
 | 
				
			||||||
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | 
					# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | 
				
			||||||
SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
 | 
					SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend
 | 
				
			||||||
 | 
					 | 
				
			||||||
LAYOUTS_HAS_RGB = NO
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
CUSTOM_MATRIX = yes
 | 
					CUSTOM_MATRIX = yes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
SRC = matrix.c
 | 
					SRC = matrix.c
 | 
				
			||||||
@ -36,7 +36,6 @@ F_USB = $(F_CPU)
 | 
				
			|||||||
# Interrupt driven control endpoint task(+60)
 | 
					# Interrupt driven control endpoint task(+60)
 | 
				
			||||||
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
 | 
					OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
# Boot Section Size in *bytes*
 | 
					# Boot Section Size in *bytes*
 | 
				
			||||||
#   Teensy halfKay   512
 | 
					#   Teensy halfKay   512
 | 
				
			||||||
#   Teensy++ halfKay 1024
 | 
					#   Teensy++ halfKay 1024
 | 
				
			||||||
@ -50,7 +49,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
 | 
				
			|||||||
#   the appropriate keymap folder that will get included automatically
 | 
					#   the appropriate keymap folder that will get included automatically
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
 | 
					BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
 | 
				
			||||||
MOUSEKEY_ENABLE = yes        # Mouse keys(+4700)
 | 
					MOUSEKEY_ENABLE = yes       # Mouse keys(+4700)
 | 
				
			||||||
EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
 | 
					EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
 | 
				
			||||||
CONSOLE_ENABLE = no         # Console for debug(+400)
 | 
					CONSOLE_ENABLE = no         # Console for debug(+400)
 | 
				
			||||||
COMMAND_ENABLE = no         # Commands for debug and configuration
 | 
					COMMAND_ENABLE = no         # Commands for debug and configuration
 | 
				
			||||||
@ -63,10 +62,9 @@ UNICODEMAP_ENABLE = yes
 | 
				
			|||||||
BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
 | 
					BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
 | 
				
			||||||
RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.
 | 
					RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.
 | 
				
			||||||
PS2_USE_USART = yes
 | 
					PS2_USE_USART = yes
 | 
				
			||||||
API_SYSEX_ENABLE = n
 | 
					API_SYSEX_ENABLE = no
 | 
				
			||||||
 | 
					# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | 
				
			||||||
 | 
					SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend
 | 
				
			||||||
CUSTOM_MATRIX = yes
 | 
					CUSTOM_MATRIX = yes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | 
					 | 
				
			||||||
SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
SRC = matrix.c led.c
 | 
					SRC = matrix.c led.c
 | 
				
			||||||
@ -1,7 +1,7 @@
 | 
				
			|||||||
# MCU name
 | 
					# MCU name
 | 
				
			||||||
# atmega32u4 	Teensy2.0
 | 
					# atmega32u4  Teensy2.0
 | 
				
			||||||
# atemga32u4	TMK Converter rev.1
 | 
					# atemga32u4  TMK Converter rev.1
 | 
				
			||||||
# atemga32u2	TMK Converter rev.2
 | 
					# atemga32u2  TMK Converter rev.2
 | 
				
			||||||
MCU = atmega32u4
 | 
					MCU = atmega32u4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Processor frequency.
 | 
					# Processor frequency.
 | 
				
			||||||
@ -50,24 +50,23 @@ BOOTLOADER = caterina
 | 
				
			|||||||
# Boot Section Size in *bytes*
 | 
					# Boot Section Size in *bytes*
 | 
				
			||||||
#   Teensy halfKay   512
 | 
					#   Teensy halfKay   512
 | 
				
			||||||
#   Teensy++ halfKay 1024
 | 
					#   Teensy++ halfKay 1024
 | 
				
			||||||
#   Atmel DFU loader 4096	for TMK Converter rev.1/rev.2
 | 
					#   Atmel DFU loader 4096  for TMK Converter rev.1/rev.2
 | 
				
			||||||
#   LUFA bootloader  4096
 | 
					#   LUFA bootloader  4096
 | 
				
			||||||
#   USBaspLoader     2048
 | 
					#   USBaspLoader     2048
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Build Options
 | 
					# Build Options
 | 
				
			||||||
#   comment out to disable the options.
 | 
					#   comment out to disable the options.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
BOOTMAGIC_ENABLE	= no			# Virtual DIP switch configuration(+1000)
 | 
					BOOTMAGIC_ENABLE = no   # Virtual DIP switch configuration(+1000)
 | 
				
			||||||
MOUSEKEY_ENABLE		= no			# Mouse keys(+4700)
 | 
					MOUSEKEY_ENABLE  = no   # Mouse keys(+4700)
 | 
				
			||||||
CONSOLE_ENABLE		= yes			# Console for debug(+400)
 | 
					CONSOLE_ENABLE   = yes  # Console for debug(+400)
 | 
				
			||||||
COMMAND_ENABLE		= no  			# Commands for debug and configuration
 | 
					COMMAND_ENABLE   = no   # Commands for debug and configuration
 | 
				
			||||||
SLEEP_LED_ENABLE 	= no  			# Breathing sleep LED during USB suspend
 | 
					SLEEP_LED_ENABLE = no   # Breathing sleep LED during USB suspend
 | 
				
			||||||
NKRO_ENABLE 		= no			# USB Nkey Rollover - not yet supported in LUFA
 | 
					NKRO_ENABLE      = no   # USB Nkey Rollover - not yet supported in LUFA
 | 
				
			||||||
EXTRAKEY_ENABLE		= yes	
 | 
					EXTRAKEY_ENABLE  = yes
 | 
				
			||||||
USB_HID_ENABLE 		= yes
 | 
					USB_HID_ENABLE   = yes
 | 
				
			||||||
BACKLIGHT_ENABLE 	= no
 | 
					BACKLIGHT_ENABLE = no
 | 
				
			||||||
#BLUETOOTH 			= AdafruitBLE   # For Adafruit Feather 32U4 BLE support, uncomment this line
 | 
					#BLUETOOTH        = AdafruitBLE  # For Adafruit Feather 32U4 BLE support, uncomment this line
 | 
				
			||||||
 | 
					CUSTOM_MATRIX    = yes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CUSTOM_MATRIX = yes
 | 
					SRC = matrix.c m0110.c
 | 
				
			||||||
SRC = matrix.c \
 | 
					 | 
				
			||||||
      m0110.c
 | 
					 | 
				
			||||||
 | 
				
			|||||||
@ -14,10 +14,10 @@ BOOTLOADER = caterina
 | 
				
			|||||||
#
 | 
					#
 | 
				
			||||||
BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
 | 
					BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
 | 
				
			||||||
MOUSEKEY_ENABLE = no        # Mouse keys(+4700)
 | 
					MOUSEKEY_ENABLE = no        # Mouse keys(+4700)
 | 
				
			||||||
EXTRAKEY_ENABLE = no       # Audio control and System control(+450)
 | 
					EXTRAKEY_ENABLE = no        # Audio control and System control(+450)
 | 
				
			||||||
CONSOLE_ENABLE = yes         # Console for debug(+400)
 | 
					CONSOLE_ENABLE = yes        # Console for debug(+400)
 | 
				
			||||||
COMMAND_ENABLE = yes         # Commands for debug and configuration
 | 
					COMMAND_ENABLE = yes        # Commands for debug and configuration
 | 
				
			||||||
NKRO_ENABLE = no           # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
 | 
					NKRO_ENABLE = no            # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
 | 
				
			||||||
BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
 | 
					BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
 | 
				
			||||||
MIDI_ENABLE = no            # MIDI controls
 | 
					MIDI_ENABLE = no            # MIDI controls
 | 
				
			||||||
AUDIO_ENABLE = no           # Audio output on port C6
 | 
					AUDIO_ENABLE = no           # Audio output on port C6
 | 
				
			||||||
@ -25,22 +25,18 @@ UNICODE_ENABLE = no         # Unicode
 | 
				
			|||||||
UNICODEMAP_ENABLE = no
 | 
					UNICODEMAP_ENABLE = no
 | 
				
			||||||
BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
 | 
					BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
 | 
				
			||||||
RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.
 | 
					RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.
 | 
				
			||||||
 | 
					# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | 
				
			||||||
 | 
					SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend
 | 
				
			||||||
 | 
					#HARDWARE_SERIAL = yes
 | 
				
			||||||
CUSTOM_MATRIX = yes
 | 
					CUSTOM_MATRIX = yes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | 
					 | 
				
			||||||
SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#HARDWARE_SERIAL = yes
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
SRC += matrix.c
 | 
					SRC += matrix.c
 | 
				
			||||||
 | 
					 | 
				
			||||||
ifdef HARDWARE_SERIAL
 | 
					ifdef HARDWARE_SERIAL
 | 
				
			||||||
	# untested with palm_usb
 | 
					  # Untested with palm_usb
 | 
				
			||||||
        SRC += protocol/serial_uart.c
 | 
					  SRC += protocol/serial_uart.c
 | 
				
			||||||
        OPT_DEFS += -DHARDWARE_SERIAL
 | 
					  OPT_DEFS += -DHARDWARE_SERIAL
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
        SRC += protocol/serial_soft.c
 | 
					  SRC += protocol/serial_soft.c
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DEFAULT_FOLDER = converter/palm_usb/stowaway
 | 
					DEFAULT_FOLDER = converter/palm_usb/stowaway
 | 
				
			||||||
 | 
					 | 
				
			||||||
 | 
				
			|||||||
@ -13,10 +13,10 @@ BOOTLOADER = lufa-dfu
 | 
				
			|||||||
#   the appropriate keymap folder that will get included automatically
 | 
					#   the appropriate keymap folder that will get included automatically
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
 | 
					BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
 | 
				
			||||||
MOUSEKEY_ENABLE = yes        # Mouse keys(+4700)
 | 
					MOUSEKEY_ENABLE = yes       # Mouse keys(+4700)
 | 
				
			||||||
EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
 | 
					EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
 | 
				
			||||||
CONSOLE_ENABLE = yes         # Console for debug(+400)
 | 
					CONSOLE_ENABLE = yes        # Console for debug(+400)
 | 
				
			||||||
COMMAND_ENABLE = yes         # Commands for debug and configuration
 | 
					COMMAND_ENABLE = yes        # Commands for debug and configuration
 | 
				
			||||||
NKRO_ENABLE = yes           # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
 | 
					NKRO_ENABLE = yes           # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
 | 
				
			||||||
BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
 | 
					BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality
 | 
				
			||||||
MIDI_ENABLE = no            # MIDI controls
 | 
					MIDI_ENABLE = no            # MIDI controls
 | 
				
			||||||
@ -25,20 +25,17 @@ UNICODE_ENABLE = no         # Unicode
 | 
				
			|||||||
UNICODEMAP_ENABLE = yes
 | 
					UNICODEMAP_ENABLE = yes
 | 
				
			||||||
BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
 | 
					BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
 | 
				
			||||||
RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.
 | 
					RGBLIGHT_ENABLE = no        # Enable WS2812 RGB underlight.
 | 
				
			||||||
 | 
					# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | 
				
			||||||
 | 
					SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend
 | 
				
			||||||
 | 
					#HARDWARE_SERIAL = yes
 | 
				
			||||||
CUSTOM_MATRIX = yes
 | 
					CUSTOM_MATRIX = yes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
 | 
					 | 
				
			||||||
SLEEP_LED_ENABLE = no    # Breathing sleep LED during USB suspend
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
#HARDWARE_SERIAL = yes
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
SRC += matrix.c led.c
 | 
					SRC += matrix.c led.c
 | 
				
			||||||
 | 
					 | 
				
			||||||
ifdef HARDWARE_SERIAL
 | 
					ifdef HARDWARE_SERIAL
 | 
				
			||||||
        SRC += protocol/serial_uart.c
 | 
					  SRC += protocol/serial_uart.c
 | 
				
			||||||
        OPT_DEFS += -DHARDWARE_SERIAL
 | 
					  OPT_DEFS += -DHARDWARE_SERIAL
 | 
				
			||||||
else
 | 
					else
 | 
				
			||||||
        SRC += protocol/serial_soft.c
 | 
					  SRC += protocol/serial_soft.c
 | 
				
			||||||
endif
 | 
					endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
DEFAULT_FOLDER = converter/sun_usb/type5
 | 
					DEFAULT_FOLDER = converter/sun_usb/type5
 | 
				
			||||||
 | 
				
			|||||||
@ -1,7 +1,6 @@
 | 
				
			|||||||
# MCU name
 | 
					# MCU name
 | 
				
			||||||
MCU = atmega32u4
 | 
					MCU = atmega32u4
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
# Processor frequency.
 | 
					# Processor frequency.
 | 
				
			||||||
#     This will define a symbol, F_CPU, in all source code files equal to the
 | 
					#     This will define a symbol, F_CPU, in all source code files equal to the
 | 
				
			||||||
#     processor frequency in Hz. You can then use this symbol in your source code to
 | 
					#     processor frequency in Hz. You can then use this symbol in your source code to
 | 
				
			||||||
@ -23,7 +22,6 @@ F_CPU ?= 16000000
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
DEFAULT_FOLDER = converter/usb_usb/hasu
 | 
					DEFAULT_FOLDER = converter/usb_usb/hasu
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# LUFA specific
 | 
					# LUFA specific
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
@ -55,15 +53,15 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
 | 
				
			|||||||
# Build Options
 | 
					# Build Options
 | 
				
			||||||
#   comment out to disable the options.
 | 
					#   comment out to disable the options.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# BOOTMAGIC_ENABLE	= yes	# Virtual DIP switch configuration(+1000)
 | 
					#BOOTMAGIC_ENABLE = yes  # Virtual DIP switch configuration(+1000)
 | 
				
			||||||
# MOUSEKEY_ENABLE		= yes	# Mouse keys(+4700)
 | 
					#MOUSEKEY_ENABLE  = yes  # Mouse keys(+4700)
 | 
				
			||||||
EXTRAKEY_ENABLE		= yes	# Audio control and System control(+450)
 | 
					EXTRAKEY_ENABLE  = yes  # Audio control and System control(+450)
 | 
				
			||||||
# CONSOLE_ENABLE		= yes	# Console for debug(+400)
 | 
					#CONSOLE_ENABLE   = yes  # Console for debug(+400)
 | 
				
			||||||
# COMMAND_ENABLE		= yes  # Commands for debug and configuration
 | 
					#COMMAND_ENABLE   = yes  # Commands for debug and configuration
 | 
				
			||||||
# SLEEP_LED_ENABLE = yes  # Breathing sleep LED during USB suspend
 | 
					#SLEEP_LED_ENABLE = yes  # Breathing sleep LED during USB suspend
 | 
				
			||||||
# NKRO_ENABLE = yes	# USB Nkey Rollover - not yet supported in LUFA
 | 
					#NKRO_ENABLE      = yes  # USB Nkey Rollover - not yet supported in LUFA
 | 
				
			||||||
# BACKLIGHT_ENABLE = yes
 | 
					#BACKLIGHT_ENABLE = yes
 | 
				
			||||||
USB_HID_ENABLE = yes
 | 
					USB_HID_ENABLE   = yes
 | 
				
			||||||
 | 
					CUSTOM_MATRIX    = yes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
CUSTOM_MATRIX = yes
 | 
					 | 
				
			||||||
SRC = custom_matrix.cpp
 | 
					SRC = custom_matrix.cpp
 | 
				
			||||||
@ -14,7 +14,6 @@ MCU = atmega32u4
 | 
				
			|||||||
#     software delays.
 | 
					#     software delays.
 | 
				
			||||||
F_CPU = 16000000
 | 
					F_CPU = 16000000
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
# LUFA specific
 | 
					# LUFA specific
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
@ -42,21 +41,19 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
 | 
				
			|||||||
# BOOTLOADER = caterina # Pro Micro
 | 
					# BOOTLOADER = caterina # Pro Micro
 | 
				
			||||||
BOOTLOADER = halfkay # Teensy
 | 
					BOOTLOADER = halfkay # Teensy
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					 | 
				
			||||||
# Build Options
 | 
					# Build Options
 | 
				
			||||||
#   comment out to disable the options.
 | 
					#   comment out to disable the options.
 | 
				
			||||||
#
 | 
					#
 | 
				
			||||||
BOOTMAGIC_ENABLE = no	# Virtual DIP switch configuration(+1000)
 | 
					BOOTMAGIC_ENABLE = no   # Virtual DIP switch configuration(+1000)
 | 
				
			||||||
MOUSEKEY_ENABLE = yes	# Mouse keys(+4700)
 | 
					MOUSEKEY_ENABLE  = yes  # Mouse keys(+4700)
 | 
				
			||||||
EXTRAKEY_ENABLE = yes	# Audio control and System control(+450)
 | 
					EXTRAKEY_ENABLE  = yes  # Audio control and System control(+450)
 | 
				
			||||||
CONSOLE_ENABLE = yes	# Console for debug(+400)
 | 
					CONSOLE_ENABLE   = yes  # Console for debug(+400)
 | 
				
			||||||
COMMAND_ENABLE = yes   # Commands for debug and configuration
 | 
					COMMAND_ENABLE   = yes  # Commands for debug and configuration
 | 
				
			||||||
NKRO_ENABLE = yes	# USB Nkey Rollover
 | 
					NKRO_ENABLE      = yes  # USB Nkey Rollover
 | 
				
			||||||
XT_ENABLE = yes
 | 
					XT_ENABLE        = yes
 | 
				
			||||||
CUSTOM_MATRIX = yes
 | 
					CUSTOM_MATRIX    = yes
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					SRC = matrix.c led.c
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Optimize size but this may cause error "relocation truncated to fit"
 | 
					# Optimize size but this may cause error "relocation truncated to fit"
 | 
				
			||||||
#EXTRALDFLAGS = -Wl,--relax
 | 
					#EXTRALDFLAGS = -Wl,--relax
 | 
				
			||||||
 | 
					 | 
				
			||||||
SRC = matrix.c led.c
 | 
					 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user