Remove IS31FLCOMMON code (#22800)
This commit is contained in:
		
							parent
							
								
									8a6b7003f7
								
							
						
					
					
						commit
						f583d2fef0
					
				
					 21 changed files with 30 additions and 463 deletions
				
			
		| 
						 | 
				
			
			@ -108,14 +108,6 @@ const rgb_matrix_driver_t rgb_matrix_driver = {
 | 
			
		|||
    .set_color_all = is31fl3746a_set_color_all,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#elif defined(IS31FLCOMMON)
 | 
			
		||||
const rgb_matrix_driver_t rgb_matrix_driver = {
 | 
			
		||||
    .init          = IS31FL_RGB_init_drivers,
 | 
			
		||||
    .flush         = IS31FL_common_flush,
 | 
			
		||||
    .set_color     = IS31FL_RGB_set_color,
 | 
			
		||||
    .set_color_all = IS31FL_RGB_set_color_all,
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
#elif defined(RGB_MATRIX_SNLED27351)
 | 
			
		||||
const rgb_matrix_driver_t rgb_matrix_driver = {
 | 
			
		||||
    .init          = snled27351_init_drivers,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -27,8 +27,6 @@
 | 
			
		|||
#    include "is31fl3745.h"
 | 
			
		||||
#elif defined(RGB_MATRIX_IS31FL3746A)
 | 
			
		||||
#    include "is31fl3746a.h"
 | 
			
		||||
#elif defined(IS31FLCOMMON)
 | 
			
		||||
#    include "is31flcommon.h"
 | 
			
		||||
#elif defined(RGB_MATRIX_SNLED27351)
 | 
			
		||||
#    include "snled27351.h"
 | 
			
		||||
#elif defined(RGB_MATRIX_WS2812)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue