aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hhkb/Makefile.vusb4
1 files changed, 2 insertions, 2 deletions
diff --git a/hhkb/Makefile.vusb b/hhkb/Makefile.vusb
index 5bfc233df..371b36690 100644
--- a/hhkb/Makefile.vusb
+++ b/hhkb/Makefile.vusb
@@ -28,9 +28,9 @@ OPT_DEFS = -DDEBUG_LEVEL=0
28 28
29# MCU name, you MUST set this to match the board you are using 29# MCU name, you MUST set this to match the board you are using
30# type "make clean" after changing this, so all files will be rebuilt 30# type "make clean" after changing this, so all files will be rebuilt
31MCU = atmega168p 31MCU = atmega328p
32# avrdude doesn't know atmega168p 32# avrdude doesn't know atmega168p
33AVRDUDE_MCU = atmega168 33AVRDUDE_MCU = $(MCU)
34 34
35 35
36# Processor frequency. 36# Processor frequency.