blob: 4b08a7e6b004506f59378e3627f646c5287d65f3 (
plain)
1
2
3
4
5
6
7
8
9
10
|
MCU = atmega32u4
BOOTLOADER = caterina
LINK_TIME_OPTIMIZATION_ENABLE=yes
## Features
CONSOLE_ENABLE = yes
## On a Pro Micro you have to choose between underglow and the rotary encoder.
RGBLIGHT_ENABLE = no
ENCODER_ENABLE = yes
|