]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/maxr1998/pulse4k/rules.mk
[Keyboard] Add Pulse 4k, a macropad by Maxr1998 (#6195)
[qmk_firmware.git] / keyboards / maxr1998 / pulse4k / rules.mk
1 # MCU name
2 MCU = atmega32u4
3
4 # Bootloader
5 #     This definition is optional, and if your keyboard supports multiple bootloaders of
6 #     different sizes, comment this out, and the correct address will be loaded
7 #     automatically (+60). See bootloader.mk for all options.
8 BOOTLOADER = atmel-dfu
9
10 # Interrupt driven control endpoint task(+60)
11 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
12
13 # Build Options
14 #   change to "no" to disable the options, or define them in the Makefile in
15 #   the appropriate keymap folder that will get included automatically
16 #
17 BOOTMAGIC_ENABLE = lite    # Virtual DIP switch configuration(+1000)
18 MOUSEKEY_ENABLE = no       # Mouse keys(+4700)
19 ENCODER_ENABLE = yes       # Rotary encoders
20 EXTRAKEY_ENABLE = yes      # Audio control and System control(+450)
21 CONSOLE_ENABLE = yes       # Console for debug(+400)
22 COMMAND_ENABLE = no        # Commands for debug and configuration
23 COMBO_ENABLE = yes         # Key combo feature
24 NKRO_ENABLE = yes          # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
25 BACKLIGHT_ENABLE = no      # Enable keyboard backlight functionality
26 MIDI_ENABLE = no           # MIDI controls
27 AUDIO_ENABLE = no          # Audio output on port C6
28 UNICODE_ENABLE = no        # Unicode
29 BLUETOOTH_ENABLE = no      # Enable Bluetooth with the Adafruit EZ-Key HID
30 RGBLIGHT_ENABLE = yes      # Enable WS2812 RGB underlight.
31 API_SYSEX_ENABLE = no
32 SLEEP_LED_ENABLE = no      # Breathing sleep LED during USB suspend
33