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