Browse Source

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

pull/3215/head
MechMerlin 5 years ago
committed by Drashna Jaelre
parent
commit
ca450b0a48
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      keyboards/meme/rules.mk

+ 1
- 1
keyboards/meme/rules.mk View File

@ -1,6 +1,6 @@
# MCU name
#MCU = at90usb1286
MCU = atmega32u4
MCU = atmega32u2
# Processor frequency.
# This will define a symbol, F_CPU, in all source code files equal to the


Loading…
Cancel
Save