mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	Fix/waka60 audio (#17561)
This commit is contained in:
		
							parent
							
								
									75bc9e6496
								
							
						
					
					
						commit
						0d30565bb7
					
				@ -17,6 +17,9 @@
 | 
				
			|||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define HAL_USE_I2C TRUE
 | 
					#define HAL_USE_I2C TRUE
 | 
				
			||||||
 | 
					#define HAL_USE_PWM TRUE
 | 
				
			||||||
 | 
					#define HAL_USE_PAL TRUE
 | 
				
			||||||
 | 
					#define HAL_USE_GPT TRUE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include_next <halconf.h>
 | 
					#include_next <halconf.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -20,3 +20,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#undef STM32_I2C_USE_I2C1
 | 
					#undef STM32_I2C_USE_I2C1
 | 
				
			||||||
#define STM32_I2C_USE_I2C1 TRUE
 | 
					#define STM32_I2C_USE_I2C1 TRUE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#undef STM32_PWM_USE_TIM1
 | 
				
			||||||
 | 
					#define STM32_PWM_USE_TIM1                  TRUE
 | 
				
			||||||
 | 
					#undef STM32_GPT_USE_TIM4
 | 
				
			||||||
 | 
					#define STM32_GPT_USE_TIM4                  TRUE
 | 
				
			||||||
@ -17,6 +17,9 @@
 | 
				
			|||||||
#pragma once
 | 
					#pragma once
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define HAL_USE_I2C TRUE
 | 
					#define HAL_USE_I2C TRUE
 | 
				
			||||||
 | 
					#define HAL_USE_PWM TRUE
 | 
				
			||||||
 | 
					#define HAL_USE_PAL TRUE
 | 
				
			||||||
 | 
					#define HAL_USE_GPT TRUE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#include_next <halconf.h>
 | 
					#include_next <halconf.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
@ -20,3 +20,8 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
#undef STM32_I2C_USE_I2C1
 | 
					#undef STM32_I2C_USE_I2C1
 | 
				
			||||||
#define STM32_I2C_USE_I2C1 TRUE
 | 
					#define STM32_I2C_USE_I2C1 TRUE
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#undef STM32_PWM_USE_TIM1
 | 
				
			||||||
 | 
					#define STM32_PWM_USE_TIM1                  TRUE
 | 
				
			||||||
 | 
					#undef STM32_GPT_USE_TIM4
 | 
				
			||||||
 | 
					#define STM32_GPT_USE_TIM4                  TRUE
 | 
				
			||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user