diff options
Diffstat (limited to 'keyboards/al1')
-rw-r--r-- | keyboards/al1/rules.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/keyboards/al1/rules.mk b/keyboards/al1/rules.mk index 3930f9adeb..6ae59c1496 100644 --- a/keyboards/al1/rules.mk +++ b/keyboards/al1/rules.mk @@ -1,5 +1,4 @@ # MCU name -#MCU = at90usb1286 MCU = atmega32u4 # Processor frequency. @@ -69,4 +68,4 @@ AUDIO_ENABLE = no # Audio output on port C6 FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches CUSTOM_MATRIX = yes -SRC += matrix.c
\ No newline at end of file +SRC += matrix.c |