]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/mehkee96/rules.mk
Remove more commented out MCUs
[qmk_firmware.git] / keyboards / mehkee96 / 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 BOOTLOADER = bootloadHID
14
15
16 # Build Options
17 #   comment out to disable the options.
18 #
19 BOOTMAGIC_ENABLE = yes  # Virtual DIP switch configuration(+1000)
20 MOUSEKEY_ENABLE = yes   # Mouse keys(+4700)
21 EXTRAKEY_ENABLE = yes   # Audio control and System control(+450)
22 CONSOLE_ENABLE = yes    # Console for debug(+400)
23 COMMAND_ENABLE = yes    # Commands for debug and configuration
24 BACKLIGHT_ENABLE = no  # Enable keyboard backlight functionality
25 RGBLIGHT_ENABLE = yes
26 RGBLIGHT_CUSTOM_DRIVER = yes
27
28 OPT_DEFS = -DDEBUG_LEVEL=0
29
30 # custom matrix setup
31 CUSTOM_MATRIX = yes
32 SRC = matrix.c i2c.c
33
34 # programming options
35 PROGRAM_CMD = ./util/atmega32a_program.py $(TARGET).hex