]> git.donarmstrong.com Git - qmk_firmware.git/blob - quantum/template/ps2avrgb/rules.mk
Add copyright year placeholders to new keyboard script (#6280)
[qmk_firmware.git] / quantum / template / ps2avrgb / rules.mk
1 # MCU name
2 MCU = atmega32a
3 PROTOCOL = VUSB
4
5 # unsupported features for now
6 NO_UART = yes
7 NO_SUSPEND_POWER_DOWN = yes
8
9 # processor frequency
10 F_CPU = 12000000
11
12 # Bootloader
13 #     This definition is optional, and if your keyboard supports multiple bootloaders of
14 #     different sizes, comment this out, and the correct address will be loaded
15 #     automatically (+60). See bootloader.mk for all options.
16 BOOTLOADER = bootloadHID
17
18 # build options
19 BOOTMAGIC_ENABLE = no
20 MOUSEKEY_ENABLE = no
21 EXTRAKEY_ENABLE = yes
22 CONSOLE_ENABLE = yes
23 COMMAND_ENABLE = yes
24 BACKLIGHT_ENABLE = no
25 RGBLIGHT_ENABLE = yes
26 RGBLIGHT_CUSTOM_DRIVER = yes
27
28 OPT_DEFS = -DDEBUG_LEVEL=0
29
30 SRC += i2c_master.c
31
32 # programming options
33 PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex