mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
14 lines
230 B
Makefile
14 lines
230 B
Makefile
MCU = atmega32u4
|
|
F_CPU = 16000000
|
|
ARCH = AVR8
|
|
F_USB = $(F_CPU)
|
|
|
|
OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
|
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
NKRO_ENABLE = yes
|
|
OLED_DRIVER_ENABLE = yes
|
|
RGBLIGHT_ENABLE = yes
|
|
|
|
DEFAULT_FOLDER = mechllama/g35/v2
|