Replace outdated RGB/Audio information
[jackhill/qmk/firmware.git] / keyboards / planck / keymaps / not-quite-neo / rules.mk
1 # Based on Zach's Planck 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 = no # Enable TapDance functionality
9 BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
10 MOUSEKEY_ENABLE = no # Mouse keys(+4700)
11 EXTRAKEY_ENABLE = yes # 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 = no # Enable keyboard backlight functionality
17 MIDI_ENABLE = no # MIDI controls
18 AUDIO_ENABLE = no # Audio output on port C6
19 #VARIABLE_TRACE = no # Debug changes to variable values
20 UNICODE_ENABLE = no # Unicode (can't be used with unicodemap)
21 UNICODEMAP_ENABLE = no # Enable extended unicode
22 BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
23 RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
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