Remove commented out MCUs in rules.mk (#5884)
This commit is contained in:
parent
09f5767072
commit
ba42a5ae68
188 changed files with 34 additions and 268 deletions
|
@ -1,9 +1,6 @@
|
|||
|
||||
|
||||
SRC = matrix.c
|
||||
|
||||
# MCU name
|
||||
#MCU = at90usb1287
|
||||
MCU = atmega16u2
|
||||
|
||||
# Processor frequency.
|
||||
|
@ -67,4 +64,4 @@ MIDI_ENABLE = no # MIDI controls
|
|||
AUDIO_ENABLE = no
|
||||
UNICODE_ENABLE = no # Unicode
|
||||
BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
|
||||
CUSTOM_MATRIX = yes
|
||||
CUSTOM_MATRIX = yes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue