You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
	
	
		
			
				
					
						
							|  |  |  | PJRC_DIR = protocol/pjrc | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | SRC +=	$(PJRC_DIR)/main.c \
 | 
					
						
							|  |  |  | 	$(PJRC_DIR)/pjrc.c \
 | 
					
						
							|  |  |  | 	$(PJRC_DIR)/usb_keyboard.c \
 | 
					
						
							|  |  |  | 	$(PJRC_DIR)/usb_debug.c \
 | 
					
						
							|  |  |  | 	$(PJRC_DIR)/usb.c | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Option modules
 | 
					
						
							|  |  |  | ifdef MOUSEKEY_ENABLE | 
					
						
							|  |  |  |     SRC += $(PJRC_DIR)/usb_mouse.c | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ifdef ADB_MOUSE_ENABLE | 
					
						
							|  |  |  |     SRC += $(PJRC_DIR)/usb_mouse.c | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ifdef PS2_MOUSE_ENABLE | 
					
						
							|  |  |  |     SRC += $(PJRC_DIR)/usb_mouse.c | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ifdef EXTRAKEY_ENABLE | 
					
						
							|  |  |  |     SRC += $(PJRC_DIR)/usb_extra.c | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | ifdef POINTING_DEVICE_ENABLE | 
					
						
							|  |  |  |     SRC += $(PJRC_DIR)/usb_mouse.c | 
					
						
							|  |  |  | endif | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # Search Path
 | 
					
						
							|  |  |  | VPATH += $(TMK_DIR)/$(PJRC_DIR) | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | # This indicates using LUFA stack
 | 
					
						
							|  |  |  | OPT_DEFS += -DPROTOCOL_PJRC |