forked from mirrors/qmk_firmware
14 lines
248 B
Makefile
14 lines
248 B
Makefile
# 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
|