]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/preonic/keymaps/zach/rules.mk
Remove all Makefiles from the keyboards directory. (#1660)
[qmk_firmware.git] / keyboards / preonic / keymaps / zach / rules.mk
1 # Zach Preonic Makefile
2 # Max .hex size is about 28636 bytes
3
4 # Build Options
5 #   change to "no" to disable the options, or define them in the Makefile in 
6 #   the appropriate keymap folder that will get included automatically
7 #
8 TAP_DANCE_ENABLE    = yes   # Enable TapDance functionality
9 BOOTMAGIC_ENABLE    = no    # Virtual DIP switch configuration(+1000)
10 MOUSEKEY_ENABLE     = no    # Mouse keys(+4700)
11 EXTRAKEY_ENABLE     = no    # Audio control and System control(+450)
12 CONSOLE_ENABLE      = no    # Console for debug(+400)
13 COMMAND_ENABLE      = no    # Commands for debug and configuration
14 NKRO_ENABLE         = yes   # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
15 USB_6KRO_ENABLE     = no    # 6key Rollover
16 BACKLIGHT_ENABLE    = yes   # Enable keyboard backlight functionality
17 MIDI_ENABLE         = no    # MIDI controls
18 AUDIO_ENABLE        = yes   # Audio output on port C6
19 #VARIABLE_TRACE      = no    # Debug changes to variable values
20 UNICODE_ENABLE      = no    # Unicode
21 UNICODEMAP_ENABLE   = yes   # Enable extended unicode
22 BLUETOOTH_ENABLE    = no    # Enable Bluetooth with the Adafruit EZ-Key HID
23 RGBLIGHT_ENABLE     = no    # Enable WS2812 RGB underlight.  Do not enable this with audio at the same time.
24 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
25 SLEEP_LED_ENABLE    = no    # Breathing sleep LED during USB suspend
26
27 ifndef QUANTUM_DIR
28         include ../../../../Makefile
29 endif