mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-05 17:09:29 +00:00
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
|