forked from forks/qmk_firmware
11 lines
229 B
Makefile
11 lines
229 B
Makefile
|
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
|