]> git.donarmstrong.com Git - qmk_firmware.git/blob - layouts/community/ortho_5x12/xyverz/rules.mk
Updates to Xyverz keymaps (#3315)
[qmk_firmware.git] / layouts / community / ortho_5x12 / xyverz / rules.mk
1 # Build Options
2 #   change to "no" to disable the options, or define them in the Makefile in 
3 #   the appropriate keymap folder that will get included automatically
4 #
5 BOOTMAGIC_ENABLE = no       # Virtual DIP switch configuration(+1000)
6 MOUSEKEY_ENABLE = no        # Mouse keys(+4700)
7 EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
8 CONSOLE_ENABLE = no         # Console for debug(+400)
9 COMMAND_ENABLE = no         # Commands for debug and configuration
10 BACKLIGHT_ENABLE = yes      # Enable keyboard backlight functionality
11 MIDI_ENABLE = no            # MIDI controls
12 AUDIO_ENABLE = no           # Audio output on port C6
13 UNICODE_ENABLE = no         # Unicode
14 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
15 RGBLIGHT_ENABLE = yes       # Enable WS2812 RGB underlight.  Do not enable this with audio at the same time.
16
17 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
18 SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend
19
20 # Enable N-Key Rollover, except in cases of VUSB:
21 ifeq ($(strip $(PROTOCOL)), VUSB)
22   NKRO_ENABLE = no
23 else
24   NKRO_ENABLE = yes
25 endif