]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/mehkee96/rules.mk
[Keyboard] Use GPIO macros for E6 LED in Planck and Preonic default keymaps (#7098)
[qmk_firmware.git] / keyboards / mehkee96 / rules.mk
1 # MCU name
2 MCU = atmega32a
3
4 # Bootloader selection
5 #   Teensy       halfkay
6 #   Pro Micro    caterina
7 #   Atmel DFU    atmel-dfu
8 #   LUFA DFU     lufa-dfu
9 #   QMK DFU      qmk-dfu
10 #   ATmega32A    bootloadHID
11 #   ATmega328P   USBasp
12 BOOTLOADER = bootloadHID
13
14 # Build Options
15 #   comment out to disable the options.
16 #
17 BOOTMAGIC_ENABLE = yes  # Virtual DIP switch configuration(+1000)
18 MOUSEKEY_ENABLE = yes   # Mouse keys(+4700)
19 EXTRAKEY_ENABLE = yes   # Audio control and System control(+450)
20 CONSOLE_ENABLE = yes    # Console for debug(+400)
21 COMMAND_ENABLE = yes    # Commands for debug and configuration
22 BACKLIGHT_ENABLE = no  # Enable keyboard backlight functionality
23 RGBLIGHT_ENABLE = yes
24 RGBLIGHT_CUSTOM_DRIVER = yes
25
26 OPT_DEFS = -DDEBUG_LEVEL=0
27
28 # custom matrix setup
29 CUSTOM_MATRIX = yes
30 SRC = matrix.c i2c.c