]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/wilba_tech/wt75_c/rules.mk
9b5bd1e7f9ba60a7a7636cdd1425d75504b91a94
[qmk_firmware.git] / keyboards / wilba_tech / wt75_c / rules.mk
1 # project specific files
2 SRC =   drivers/issi/is31fl3736.c \
3                 drivers/avr/i2c_master.c \
4                 quantum/color.c \
5                 keyboards/wilba_tech/wt_mono_backlight.c \
6                 keyboards/wilba_tech/wt_main.c
7                 
8 # MCU name
9 MCU = atmega32u4
10
11 # Bootloader selection
12 #   Teensy       halfkay
13 #   Pro Micro    caterina
14 #   Atmel DFU    atmel-dfu
15 #   LUFA DFU     lufa-dfu
16 #   QMK DFU      qmk-dfu
17 #   ATmega32A    bootloadHID
18 #   ATmega328P   USBasp
19 BOOTLOADER = atmel-dfu
20
21
22 # Build Options
23 #   change yes to no to disable
24 #
25 BOOTMAGIC_ENABLE = no      # Virtual DIP switch configuration(+1000)
26 MOUSEKEY_ENABLE = no       # Mouse keys(+4700)
27 EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
28 CONSOLE_ENABLE = no        # Console for debug(+400)
29 COMMAND_ENABLE = no        # Commands for debug and configuration
30 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
31 SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend
32 # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
33 NKRO_ENABLE = yes            # USB Nkey Rollover
34 BACKLIGHT_ENABLE = no       # Enable keyboard backlight functionality on B7 by default
35 MIDI_ENABLE = no            # MIDI support (+2400 to 4200, depending on config)
36 UNICODE_ENABLE = no         # Unicode
37 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
38 AUDIO_ENABLE = no           # Audio output on port C6
39 FAUXCLICKY_ENABLE = no      # Use buzzer to emulate clicky switches