This adds support for LEDs that are directly connected to the MCU, either in a matrix or to single pins.
13 lines
282 B
Makefile
13 lines
282 B
Makefile
MCU = atmega32u4
|
|
BOOTLOADER = caterina
|
|
LINK_TIME_OPTIMIZATION_ENABLE=yes
|
|
|
|
## Features
|
|
BACKLIGHT_ENABLE = yes
|
|
LED_MATRIX_ENABLE = pinmatrix
|
|
CONSOLE_ENABLE = yes
|
|
|
|
## On a Pro Micro you have to choose between underglow and the rotary encoder.
|
|
RGBLIGHT_ENABLE = no
|
|
ENCODER_ENABLE = yes
|