2018-05-10 06:36:40 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32a
|
|
|
|
|
|
|
|
# Bootloader
|
|
|
|
# This definition is optional, and if your keyboard supports multiple bootloaders of
|
|
|
|
# different sizes, comment this out, and the correct address will be loaded
|
|
|
|
# automatically (+60). See bootloader.mk for all options.
|
|
|
|
BOOTLOADER = bootloadHID
|
|
|
|
|
|
|
|
# build options
|
2019-05-04 02:26:29 +02:00
|
|
|
BOOTMAGIC_ENABLE = no
|
2018-11-28 01:54:43 +01:00
|
|
|
MOUSEKEY_ENABLE = no
|
2018-05-10 06:36:40 +02:00
|
|
|
EXTRAKEY_ENABLE = yes
|
|
|
|
CONSOLE_ENABLE = yes
|
|
|
|
COMMAND_ENABLE = yes
|
|
|
|
BACKLIGHT_ENABLE = no
|
2019-05-04 02:26:29 +02:00
|
|
|
RGBLIGHT_ENABLE = yes
|
2018-05-10 06:36:40 +02:00
|
|
|
RGBLIGHT_CUSTOM_DRIVER = yes
|
|
|
|
|
|
|
|
OPT_DEFS = -DDEBUG_LEVEL=0
|
|
|
|
|
2019-04-05 18:20:43 +02:00
|
|
|
SRC += i2c_master.c
|