You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
# MCU name
|
|
|
|
MCU = atmega32a
|
|
|
|
|
|
|
|
# Bootloader selection
|
|
|
|
# Teensy halfkay
|
|
|
|
# Pro Micro caterina
|
|
|
|
# Atmel DFU atmel-dfu
|
|
|
|
# LUFA DFU lufa-dfu
|
|
|
|
# QMK DFU qmk-dfu
|
|
|
|
# ATmega32A bootloadHID
|
|
|
|
# ATmega328P USBasp
|
|
|
|
BOOTLOADER = bootloadHID
|
|
|
|
|
|
|
|
# build options
|
|
|
|
BOOTMAGIC_ENABLE = no
|
|
|
|
MOUSEKEY_ENABLE = no
|
|
|
|
EXTRAKEY_ENABLE = yes
|
|
|
|
CONSOLE_ENABLE = yes
|
|
|
|
COMMAND_ENABLE = yes
|
|
|
|
BACKLIGHT_ENABLE = no
|
|
|
|
RGBLIGHT_ENABLE = yes
|
|
|
|
RGBLIGHT_CUSTOM_DRIVER = yes
|
|
|
|
|
|
|
|
OPT_DEFS = -DDEBUG_LEVEL=0
|
|
|
|
|
|
|
|
SRC += i2c_master.c
|