2018-05-09 18:14:30 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change to "no" to disable the options, or define them in the Makefile in
|
|
|
|
# the appropriate keymap folder that will get included automatically
|
|
|
|
#
|
2019-08-31 02:52:02 +02:00
|
|
|
AUDIO_ENABLE = yes # Audio output on port C6
|
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
|
2020-01-30 23:10:23 +01:00
|
|
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
|
2019-08-31 02:52:02 +02:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
2020-01-30 23:10:23 +01:00
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2019-08-31 02:52:02 +02:00
|
|
|
DEBUG_ENABLE = no # Enable more debug info
|
2020-01-30 23:10:23 +01:00
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
2019-08-31 02:52:02 +02:00
|
|
|
MIDI_ENABLE = no # MIDI controls
|
2020-01-30 23:10:23 +01:00
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
2020-04-21 14:15:29 +02:00
|
|
|
NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
2019-08-31 02:52:02 +02:00
|
|
|
RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
|
|
|
|
UNICODE_ENABLE = no # Unicode
|
2018-05-09 18:14:30 +02:00
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
2019-08-31 02:52:02 +02:00
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
2018-05-09 18:14:30 +02:00
|
|
|
|
|
|
|
LAYOUTS = ortho_4x12
|
|
|
|
|
2019-08-31 02:52:02 +02:00
|
|
|
DEFAULT_FOLDER = vitamins_included/rev2
|
2018-07-27 23:34:41 +02:00
|
|
|
|
2019-10-30 05:27:25 +01:00
|
|
|
LINK_TIME_OPTIMIZATION_ENABLE = yes
|