forked from mirrors/qmk_firmware
13 lines
188 B
Makefile
13 lines
188 B
Makefile
|
# MCU name
|
||
|
MCU = atmega32u4
|
||
|
|
||
|
# Bootloader selection
|
||
|
BOOTLOADER = caterina
|
||
|
|
||
|
# Build Options
|
||
|
# change yes to no to disable
|
||
|
#
|
||
|
SPLIT_KEYBOARD = no
|
||
|
BACKLIGHT_ENABLE = no
|
||
|
RGBLIGHT_ENABLE = no
|