mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-12-15 14:13:27 +00:00
5bc282eefe
Co-authored-by: Drashna Jaelre <drashna@live.com>
32 lines
1.3 KiB
Makefile
32 lines
1.3 KiB
Makefile
# Common feature for all keyboards
|
|
BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
TAP_DANCE_ENABLE = yes # Tap Dance keys
|
|
NKRO_ENABLE = yes # Enable N-Key Rollover
|
|
MACROS_ENABLED = yes
|
|
|
|
# Keyboard specific
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
CAPS_WORD_ENABLE = yes
|
|
KEY_OVERRIDE_ENABLE = yes
|
|
LEADER_ENABLE = yes
|
|
|
|
|
|
LTO_ENABLE = no # Enabled this causes longer build time, but smaller file.
|
|
AUTO_SHIFT_ENABLE = no
|
|
UNICODE_ENABLE = no # Unicode
|
|
CONSOLE_ENABLE = no # Console for debug
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
RGBLIGHT_ENABLE = no
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend (it uses the same timer as BACKLIGHT_ENABLE)
|
|
AUDIO_ENABLE = no # Audio output on port C6
|
|
MIDI_ENABLE = no # MIDI support
|
|
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
|
|
GRAVE_ESC_ENABLE = no
|
|
SPACE_CADET_ENABLE = no
|
|
COMBO_ENABLE = no
|
|
OLED_ENABLE = no
|
|
ENCODER_ENABLE = no
|
|
ENCODER_MAP_ENABLE = no
|