]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/satan/keymaps/denolfe/Makefile
Add denolfe satan keymap
[qmk_firmware.git] / keyboards / satan / keymaps / denolfe / Makefile
1
2 # Build Options
3 #   comment out to disable the options.
4 #
5 BOOTMAGIC_ENABLE ?= yes # 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 ?= yes   # Console for debug(+400)
9 COMMAND_ENABLE ?= yes    # Commands for debug and configuration
10 NKRO_ENABLE ?= yes              # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
11 RGBLIGHT_ENABLE ?= no   # Enable keyboard underlight functionality (+4870)
12 BACKLIGHT_ENABLE ?= yes  # Enable keyboard backlight functionality (+1150)
13 MIDI_ENABLE ?= no               # MIDI controls
14 AUDIO_ENABLE ?= no
15 UNICODE_ENABLE ?= no            # Unicode
16 BLUETOOTH_ENABLE ?= no # Enable Bluetooth with the Adafruit EZ-Key HID
17
18 ifndef QUANTUM_DIR
19         include ../../../../Makefile
20 endif