浏览代码

change meme board MCU from 32u4 to 32u2 (#3212)

MechMerlin 7 年之前
父节点
当前提交
ca450b0a48
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      keyboards/meme/rules.mk

+ 1 - 1
keyboards/meme/rules.mk

@@ -1,6 +1,6 @@
 # MCU name
 # MCU name
 #MCU = at90usb1286
 #MCU = at90usb1286
-MCU = atmega32u4
+MCU = atmega32u2
 
 
 # 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