]> git.donarmstrong.com Git - qmk_firmware.git/blob - quantum/template/ps2avrgb/rules.mk
Add 'bootloadHID' flash target (#5587)
[qmk_firmware.git] / quantum / template / ps2avrgb / rules.mk
1 # MCU name
2 MCU = atmega32a
3
4 # Bootloader
5 #     This definition is optional, and if your keyboard supports multiple bootloaders of
6 #     different sizes, comment this out, and the correct address will be loaded
7 #     automatically (+60). See bootloader.mk for all options.
8 BOOTLOADER = bootloadHID
9
10 # build options
11 BOOTMAGIC_ENABLE = no
12 MOUSEKEY_ENABLE = no
13 EXTRAKEY_ENABLE = yes
14 CONSOLE_ENABLE = yes
15 COMMAND_ENABLE = yes
16 BACKLIGHT_ENABLE = no
17 RGBLIGHT_ENABLE = yes
18 RGBLIGHT_CUSTOM_DRIVER = yes
19
20 OPT_DEFS = -DDEBUG_LEVEL=0
21
22 SRC += i2c_master.c