forked from forks/qmk_firmware
92385b3fb6
* Better handle LTO_ENABLE Especially when calling from command line * Replace LINK_TIME_OPTIMIZATION_ENABLE with LTO_ENABLE * Remove long for LTO from show_options.mk
22 lines
430 B
Makefile
22 lines
430 B
Makefile
# MCU name
|
|
MCU = atmega32u4
|
|
|
|
# Bootloader selection
|
|
# Teensy halfkay
|
|
# Pro Micro caterina
|
|
# Atmel DFU atmel-dfu
|
|
# LUFA DFU lufa-dfu
|
|
# QMK DFU qmk-dfu
|
|
# ATmega32A bootloadHID
|
|
# ATmega328P USBasp
|
|
BOOTLOADER = caterina
|
|
|
|
## Features
|
|
CONSOLE_ENABLE = yes
|
|
|
|
## On a Pro Micro you have to choose between underglow and the rotary encoder.
|
|
RGBLIGHT_ENABLE = no
|
|
ENCODER_ENABLE = yes
|
|
|
|
LTO_ENABLE = yes
|