]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/doro67/multi/rules.mk
[Keyboard] 1up60hse: Add RGBLIGHT_SLEEP To Default Config (#6164)
[qmk_firmware.git] / keyboards / doro67 / multi / rules.mk
1 MCU = atmega32u4
2 F_CPU = 16000000
3 ARCH = AVR8
4 F_USB = $(F_CPU)
5 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
6
7
8 # Bootloader selection
9 #   Teensy       halfkay
10 #   Pro Micro    caterina
11 #   Atmel DFU    atmel-dfu
12 #   LUFA DFU     lufa-dfu
13 #   QMK DFU      qmk-dfu
14 #   atmega32a    bootloadHID
15 BOOTLOADER = atmel-dfu
16
17
18 # If you don't know the bootloader type, then you can specify the
19 # Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line
20 #   Teensy halfKay      512
21 #   Teensy++ halfKay    1024
22 #   Atmel DFU loader    4096
23 #   LUFA bootloader     4096
24 #   USBaspLoader        2048
25 # OPT_DEFS += -DBOOTLOADER_SIZE=4096
26
27
28 # Build Options
29 #   change yes to no to disable
30 #
31 BOOTMAGIC_ENABLE = lite      # Virtual DIP switch configuration(+1000)
32 MOUSEKEY_ENABLE = yes        # Mouse keys(+4700)
33 EXTRAKEY_ENABLE = yes        # Audio control and System control(+450)
34 CONSOLE_ENABLE = yes         # Console for debug(+400)
35 COMMAND_ENABLE = yes         # Commands for debug and configuration
36 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
37 SLEEP_LED_ENABLE = no        # Breathing sleep LED during USB suspend
38 # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
39 NKRO_ENABLE = no             # USB Nkey Rollover
40 BACKLIGHT_ENABLE = yes       # Enable keyboard backlight functionality on B7 by default
41 RGBLIGHT_ENABLE = no         # Enable keyboard RGB underglow
42 MIDI_ENABLE = no             # MIDI support (+2400 to 4200, depending on config)
43 UNICODE_ENABLE = no          # Unicode
44 BLUETOOTH_ENABLE = no        # Enable Bluetooth with the Adafruit EZ-Key HID
45 AUDIO_ENABLE = no            # Audio output on port C6
46 FAUXCLICKY_ENABLE = no       # Use buzzer to emulate clicky switches
47 HD44780_ENABLE = no          # Enable support for HD44780 based LCDs (+400)