blob: af6241ff59dc1ae551406c4a335953828adf4e16 (
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 # Enable N-Key Rollover
OLED_ENABLE = yes
OLED_DRIVER = SSD1306
RGBLIGHT_ENABLE = yes
DEFAULT_FOLDER = mechllama/g35/v2
|