From: tmk <nobody@nowhere>
Date: Sun, 27 May 2012 05:15:39 +0000 (+0900)
Subject: Change MCU to atmega328p in hhkb/Makeilfe.vusb.
X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=fe7152344308f4752f7bb5180144c47251dae233;p=tmk_firmware.git

Change MCU to atmega328p in hhkb/Makeilfe.vusb.
---

diff --git a/hhkb/Makefile.vusb b/hhkb/Makefile.vusb
index 5bfc233..371b366 100644
--- a/hhkb/Makefile.vusb
+++ b/hhkb/Makefile.vusb
@@ -28,9 +28,9 @@ OPT_DEFS = -DDEBUG_LEVEL=0
 
 # MCU name, you MUST set this to match the board you are using
 # type "make clean" after changing this, so all files will be rebuilt
-MCU = atmega168p
+MCU = atmega328p
 # avrdude doesn't know atmega168p
-AVRDUDE_MCU = atmega168
+AVRDUDE_MCU = $(MCU)
 
 
 # Processor frequency.