]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/satan/keymaps/iso_split_rshift/Makefile
big cleanup and minor refactoring. thanks iFreilicht.
[qmk_firmware.git] / keyboards / satan / keymaps / iso_split_rshift / Makefile
1 BOOTMAGIC_ENABLE ?= yes # Virtual DIP switch configuration(+1000)
2 MOUSEKEY_ENABLE  ?= no  # Mouse keys(+4700)
3 EXTRAKEY_ENABLE  ?= yes # Audio control and System control(+450)
4 CONSOLE_ENABLE   ?= yes # Console for debug(+400)
5 COMMAND_ENABLE   ?= yes # Commands for debug and configuration
6 NKRO_ENABLE      ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
7 RGBLIGHT_ENABLE   = yes # Enable keyboard underlight functionality (+4870)
8 BACKLIGHT_ENABLE  = no  # Enable keyboard backlight functionality (+1150)
9 MIDI_ENABLE       = no  # MIDI controls
10 AUDIO_ENABLE      = no
11 UNICODE_ENABLE   ?= no  # Unicode
12 BLUETOOTH_ENABLE ?= no  # Enable Bluetooth with the Adafruit EZ-Key HID
13
14 ifndef QUANTUM_DIR
15         include ../../../../Makefile
16 endif