|
|
@ -1,6 +1,5 @@ |
|
|
|
# MCU name
|
|
|
|
# MCU name
|
|
|
|
MCU = at90usb1286
|
|
|
|
MCU = at90usb1286
|
|
|
|
#MCU = atmega32u4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Processor frequency.
|
|
|
|
# Processor frequency.
|
|
|
|
# This will define a symbol, F_CPU, in all source code files equal to the
|
|
|
|
# This will define a symbol, F_CPU, in all source code files equal to the
|
|
|
@ -78,4 +77,4 @@ UNICODE_ENABLE = no # Unicode |
|
|
|
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
|
|
|
|
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
|
|
|
|
AUDIO_ENABLE = no # Audio output on port C6
|
|
|
|
AUDIO_ENABLE = no # Audio output on port C6
|
|
|
|
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
|
|
|
|
FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches
|
|
|
|
HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
|
|
|
|
HD44780_ENABLE = no # Enable support for HD44780 based LCDs (+400)
|
|
|
|