]> git.donarmstrong.com Git - qmk_firmware.git/blob - layouts/community/ortho_5x12/xyverz/rules.mk
Keyboard: LED fixes for Kinesis Stapelberg controller, and keymap changes (#3564)
[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 MIDI_ENABLE = no            # MIDI controls
11 AUDIO_ENABLE = no           # Audio output on port C6
12 UNICODE_ENABLE = no         # Unicode
13 BLUETOOTH_ENABLE = no       # Enable Bluetooth with the Adafruit EZ-Key HID
14
15 ifneq ("$(KEYBOARD)","nyquist")
16   RGBLIGHT_ENABLE = yes
17   BACKLIGHT_ENABLE = yes
18 else
19   RGBLIGHT_ENABLE = no
20   BACKLIGHT_ENABLE = no
21 endif
22
23 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
24 SLEEP_LED_ENABLE = no       # Breathing sleep LED during USB suspend
25
26 # Enable N-Key Rollover, except in cases of VUSB:
27 ifeq ($(strip $(PROTOCOL)), VUSB)
28   NKRO_ENABLE = no
29 else
30   NKRO_ENABLE = yes
31 endif