[Core] Cleanup rules.mk for F303 keyboards (#7306)
[jackhill/qmk/firmware.git] / keyboards / 1upkeyboards / sweet16 / v2 / promicro / rules.mk
CommitLineData
f98750de 1# MCU name
9160405d 2MCU = atmega32u4
f98750de 3
4# Bootloader selection
5# Teensy halfkay
6# Pro Micro caterina
7# Atmel DFU atmel-dfu
8# LUFA DFU lufa-dfu
9# QMK DFU qmk-dfu
10# ATmega32A bootloadHID
11# ATmega328P USBasp
9160405d 12BOOTLOADER = caterina
9160405d 13
14## Features
15CONSOLE_ENABLE = yes
16
17## On a Pro Micro you have to choose between underglow and the rotary encoder.
18RGBLIGHT_ENABLE = no
19ENCODER_ENABLE = yes
f98750de 20
21LINK_TIME_OPTIMIZATION_ENABLE = yes