2018-08-02 23:40:40 +02:00
|
|
|
# MCU name
|
|
|
|
MCU = atmega32u4
|
|
|
|
|
2019-10-05 20:09:35 +02:00
|
|
|
# Processor frequency
|
2018-08-02 23:40:40 +02:00
|
|
|
F_CPU = 8000000
|
|
|
|
|
2019-10-05 20:09:35 +02:00
|
|
|
# Bootloader selection
|
|
|
|
# Teensy halfkay
|
|
|
|
# Pro Micro caterina
|
|
|
|
# Atmel DFU atmel-dfu
|
|
|
|
# LUFA DFU lufa-dfu
|
|
|
|
# QMK DFU qmk-dfu
|
|
|
|
# ATmega32A bootloadHID
|
|
|
|
# ATmega328P USBasp
|
2018-08-02 23:40:40 +02:00
|
|
|
BOOTLOADER = caterina
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# comment out to disable the options.
|
|
|
|
#
|
2020-01-29 18:51:25 +01:00
|
|
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
|
|
|
|
MOUSEKEY_ENABLE = no # Mouse keys
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
2019-02-05 00:10:11 +01:00
|
|
|
COMMAND_ENABLE = no # Commands for debug and configuration
|
|
|
|
SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
|
|
|
|
NKRO_ENABLE = no # USB Nkey Rollover - not yet supported in LUFA
|
|
|
|
EXTRAKEY_ENABLE = yes
|
|
|
|
USB_HID_ENABLE = yes
|
|
|
|
BACKLIGHT_ENABLE = no
|
|
|
|
#BLUETOOTH = AdafruitBLE # For Adafruit Feather 32U4 BLE support, uncomment this line
|
|
|
|
CUSTOM_MATRIX = yes
|
2018-08-02 23:40:40 +02:00
|
|
|
|
2019-02-05 00:10:11 +01:00
|
|
|
SRC = matrix.c m0110.c
|