7 lines
199 B
Makefile
7 lines
199 B
Makefile
|
# Bootloader selection
|
||
|
BOOTLOADER = caterina
|
||
|
|
||
|
# not supported on Pro Micro controllers
|
||
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
||
|
ENCODER_ENABLE = no # Enable Rotary Encoder
|