Replace outdated RGB/Audio information
[jackhill/qmk/firmware.git] / keyboards / gherkin / keymaps / mjt / rules.mk
CommitLineData
4cdcbdb8 1## not sure where this stuff goes ##
2MCU = atmega32u4
3F_CPU = 16000000
4ARCH = AVR8
5F_USB = $(F_CPU)
6OPT_DEFS += -DBOOTLOADER_SIZE=4096
7
de0e0254 8# Build Options
4cdcbdb8 9# change to "no" to disable the options, or define them in the Makefile in
de0e0254
EM
10# the appropriate keymap folder that will get included automatically
11#
12BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
13MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
14EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
15CONSOLE_ENABLE = no # Console for debug(+400)
16COMMAND_ENABLE = yes # Commands for debug and configuration
17NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
4cdcbdb8 18BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
de0e0254 19MIDI_ENABLE = no # MIDI controls
4cdcbdb8 20AUDIO_ENABLE = yes # Audio output on port C6
de0e0254
EM
21UNICODE_ENABLE = no # Unicode
22BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
00b6f148 23RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
de0e0254 24SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
4cdcbdb8 25TAP_DANCE_ENABLE=yes
de0e0254
EM
26
27ifndef QUANTUM_DIR
28 include ../../../../Makefile
4cdcbdb8 29endif