blob: d0f3ce4ede234c9c976fa449766a4e0ac53d0460 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = atmel-dfu
NKRO_ENABLE = yes
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
RGBLIGHT_ENABLE = yes
DEFAULT_FOLDER = mechllama/g35/v2
|