blob: cce01f50c30e66d04fc4cf64cb0150e884e6e9b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# MCU name
MCU = atmega32u4
# Bootloader selection
BOOTLOADER = caterina
# Build Options
# change yes to no to disable
#
CONSOLE_ENABLE = no
SPLIT_KEYBOARD = yes
BACKLIGHT_ENABLE = yes
RGBLIGHT_ENABLE = yes
|