2019-05-19 18:43:58 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
|
|
|
# Bootloader selection
|
|
|
|
# Teensy halfkay
|
|
|
|
# Pro Micro caterina
|
|
|
|
# Atmel DFU atmel-dfu
|
|
|
|
# LUFA DFU lufa-dfu
|
|
|
|
# QMK DFU qmk-dfu
|
2019-10-30 05:27:25 +01:00
|
|
|
# ATmega32A bootloadHID
|
|
|
|
# ATmega328P USBasp
|
2019-05-19 18:43:58 +02:00
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2020-01-30 23:10:23 +01:00
|
|
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
|
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = no # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = no # Console for debug
|
2019-05-19 18:43:58 +02:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
|
|
NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
|
|
|
MIDI_ENABLE = no # MIDI controls
|
|
|
|
AUDIO_ENABLE = no # Audio output on port C6
|
|
|
|
UNICODE_ENABLE = no # Unicode
|
|
|
|
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
|
|
|
|
RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
|
|
|
|
LEADER_ENABLE = no
|
2020-05-07 11:23:26 +02:00
|
|
|
|
|
|
|
DEFAULT_FOLDER = treadstone32/rev1
|