e8b65d0170
* Cleanup rules.mk for 32U4 keyboards, A-F * Put back stuff in VIA keymaps
33 lines
923 B
Makefile
33 lines
923 B
Makefile
# MCU name
|
|
MCU = atmega32u4
|
|
|
|
# Processor frequency
|
|
F_CPU = 8000000
|
|
|
|
# Bootloader selection
|
|
# Teensy halfkay
|
|
# Pro Micro caterina
|
|
# Atmel DFU atmel-dfu
|
|
# LUFA DFU lufa-dfu
|
|
# QMK DFU qmk-dfu
|
|
# ATmega32A bootloadHID
|
|
# ATmega328P USBasp
|
|
BOOTLOADER = caterina
|
|
|
|
# Build Options
|
|
# comment out to disable the options.
|
|
#
|
|
BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
|
|
MOUSEKEY_ENABLE = no # Mouse keys(+4700)
|
|
CONSOLE_ENABLE = yes # Console for debug(+400)
|
|
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
|
|
|
|
SRC = matrix.c m0110.c
|