]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/kc60/keymaps/wigguno/Makefile
0d7d918d88c3d010f3efa460b6d41d7621b216c6
[qmk_firmware.git] / keyboards / kc60 / keymaps / wigguno / Makefile
1
2
3 # Build Options
4 #   change yes to no to disable
5 #
6 BOOTMAGIC_ENABLE ?= yes      # Virtual DIP switch configuration(+1000)
7 MOUSEKEY_ENABLE ?= no        # Mouse keys(+4700)
8 EXTRAKEY_ENABLE ?= yes       # Audio control and System control(+450)
9 CONSOLE_ENABLE ?= no         # Console for debug(+400)
10 COMMAND_ENABLE ?= no         # Commands for debug and configuration
11 KEYBOARD_LOCK_ENABLE ?= yes  # Allow locking of keyboard via magic key
12 # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
13 SLEEP_LED_ENABLE ?= no       # Breathing sleep LED during USB suspend
14 # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
15 NKRO_ENABLE ?= yes           # USB Nkey Rollover
16 BACKLIGHT_ENABLE ?= yes      # Enable keyboard backlight functionality
17 MIDI_ENABLE ?= no            # MIDI controls
18 UNICODE_ENABLE ?= no         # Unicode
19 BLUETOOTH_ENABLE ?= no       # Enable Bluetooth with the Adafruit EZ-Key HID
20 AUDIO_ENABLE ?= no           # Audio output on port C6
21
22 ifndef QUANTUM_DIR
23         include ../../../../Makefile
24 endif