2016-08-19 08:06:28 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2018-08-29 19:57:30 +02:00
|
|
|
# Bootloader selection
|
|
|
|
# Teensy halfkay
|
|
|
|
# Pro Micro caterina
|
|
|
|
# Atmel DFU atmel-dfu
|
|
|
|
# LUFA DFU lufa-dfu
|
|
|
|
# QMK DFU qmk-dfu
|
2019-09-21 07:06:32 +02:00
|
|
|
# ATmega32A bootloadHID
|
|
|
|
# ATmega328P USBasp
|
2018-08-29 19:57:30 +02:00
|
|
|
BOOTLOADER = atmel-dfu
|
|
|
|
|
|
|
|
# If you don't know the bootloader type, then you can specify the
|
|
|
|
# Boot Section Size in *bytes* by uncommenting out the OPT_DEFS line
|
2019-11-02 03:06:03 +01:00
|
|
|
# Otherwise, delete this section
|
2018-08-29 19:57:30 +02:00
|
|
|
# Teensy halfKay 512
|
|
|
|
# Teensy++ halfKay 1024
|
|
|
|
# Atmel DFU loader 4096
|
|
|
|
# LUFA bootloader 4096
|
|
|
|
# USBaspLoader 2048
|
|
|
|
# OPT_DEFS += -DBOOTLOADER_SIZE=4096
|
2016-08-19 08:06:28 +02:00
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# change yes to no to disable
|
|
|
|
#
|
2019-10-19 03:14:49 +02:00
|
|
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
|
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2017-11-02 02:10:05 +01:00
|
|
|
COMMAND_ENABLE = yes # Commands for debug and configuration
|
2016-08-19 08:06:28 +02:00
|
|
|
# Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
|
2017-11-02 02:10:05 +01:00
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
2016-08-19 08:06:28 +02:00
|
|
|
# if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
|
2017-11-02 02:10:05 +01:00
|
|
|
NKRO_ENABLE = no # USB Nkey Rollover
|
2019-07-16 09:56:36 +02:00
|
|
|
BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
|
2018-08-03 19:00:06 +02:00
|
|
|
RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
|
2019-10-19 03:14:49 +02:00
|
|
|
MIDI_ENABLE = no # MIDI support
|
2017-11-02 02:10:05 +01:00
|
|
|
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
|
|
|
|
AUDIO_ENABLE = no # Audio output on port C6
|
|
|
|
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
|
2019-10-19 03:14:49 +02:00
|
|
|
HD44780_ENABLE = no # Enable support for HD44780 based LCDs
|