forked from mirrors/qmk_userspace
		
	Change MCU to atmega328p in hhkb/Makeilfe.vusb.
This commit is contained in:
		
					parent
					
						
							
								7597582a85
							
						
					
				
			
			
				commit
				
					
						fe71523443
					
				
			
		
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -28,9 +28,9 @@ OPT_DEFS = -DDEBUG_LEVEL=0
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# MCU name, you MUST set this to match the board you are using
 | 
					# 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
 | 
					# type "make clean" after changing this, so all files will be rebuilt
 | 
				
			||||||
MCU = atmega168p
 | 
					MCU = atmega328p
 | 
				
			||||||
# avrdude doesn't know atmega168p
 | 
					# avrdude doesn't know atmega168p
 | 
				
			||||||
AVRDUDE_MCU = atmega168
 | 
					AVRDUDE_MCU = $(MCU)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Processor frequency.
 | 
					# Processor frequency.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue