mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	match hal settings to whitefox, fix make rules
This commit is contained in:
		
							parent
							
								
									02ef122cbb
								
							
						
					
					
						commit
						91f2e9fb5e
					
				@ -76,7 +76,7 @@
 | 
				
			|||||||
 * @brief   Enables the I2C subsystem.
 | 
					 * @brief   Enables the I2C subsystem.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#if !defined(HAL_USE_I2C) || defined(__DOXYGEN__)
 | 
					#if !defined(HAL_USE_I2C) || defined(__DOXYGEN__)
 | 
				
			||||||
#define HAL_USE_I2C                 FALSE
 | 
					#define HAL_USE_I2C                 TRUE
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
@ -139,7 +139,7 @@
 | 
				
			|||||||
 * @brief   Enables the SERIAL over USB subsystem.
 | 
					 * @brief   Enables the SERIAL over USB subsystem.
 | 
				
			||||||
 */
 | 
					 */
 | 
				
			||||||
#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__)
 | 
					#if !defined(HAL_USE_SERIAL_USB) || defined(__DOXYGEN__)
 | 
				
			||||||
#define HAL_USE_SERIAL_USB          TRUE
 | 
					#define HAL_USE_SERIAL_USB          FALSE
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/**
 | 
					/**
 | 
				
			||||||
 | 
				
			|||||||
@ -1,6 +1,7 @@
 | 
				
			|||||||
# project specific files
 | 
					# project specific files
 | 
				
			||||||
SRC =	matrix.c \
 | 
					SRC =	matrix.c \
 | 
				
			||||||
	led.c
 | 
						led.c \
 | 
				
			||||||
 | 
						led_controller.c
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## chip/board settings
 | 
					## chip/board settings
 | 
				
			||||||
# - the next two should match the directories in
 | 
					# - the next two should match the directories in
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user