blob: a8249511bcefcd3968623b75ce551aab82d768bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# MCU name
MCU = atmega32u4
# Bootloader selection
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
|