mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-15 13:04:38 +00:00
12 lines
225 B
Makefile
12 lines
225 B
Makefile
# 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
|