forked from mirrors/qmk_userspace
		
	Fix invalid LED driver config (#22312)
This commit is contained in:
		
					parent
					
						
							
								d56ee70c52
							
						
					
				
			
			
				commit
				
					
						48d9140cfc
					
				
			
		
					 4 changed files with 14 additions and 4 deletions
				
			
		| 
						 | 
				
			
			@ -24,6 +24,18 @@
 | 
			
		|||
#ifdef DRIVER_COUNT
 | 
			
		||||
#    define SNLED27351_DRIVER_COUNT DRIVER_COUNT
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef DRIVER_ADDR_1
 | 
			
		||||
#    define SNLED27351_I2C_ADDRESS_1 DRIVER_ADDR_1
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef DRIVER_ADDR_2
 | 
			
		||||
#    define SNLED27351_I2C_ADDRESS_2 DRIVER_ADDR_2
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef DRIVER_ADDR_3
 | 
			
		||||
#    define SNLED27351_I2C_ADDRESS_3 DRIVER_ADDR_3
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef DRIVER_ADDR_4
 | 
			
		||||
#    define SNLED27351_I2C_ADDRESS_4 DRIVER_ADDR_4
 | 
			
		||||
#endif
 | 
			
		||||
#ifdef CKLED2001_TIMEOUT
 | 
			
		||||
#    define SNLED27351_I2C_TIMEOUT CKLED2001_TIMEOUT
 | 
			
		||||
#endif
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -64,7 +64,7 @@
 | 
			
		|||
#define ENABLE_RGB_MATRIX_SOLID_SPLASH
 | 
			
		||||
#define ENABLE_RGB_MATRIX_SOLID_MULTISPLASH
 | 
			
		||||
 | 
			
		||||
#define IS31FL3733_DRIVER_COUNT 2
 | 
			
		||||
#define IS31FL3733_DRIVER_COUNT 1
 | 
			
		||||
#define DRIVER_1_LED_TOTAL 63
 | 
			
		||||
//#define RGB_MATRIX_LED_COUNT DRIVER_1_LED_TOTAL
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -19,7 +19,7 @@
 | 
			
		|||
 | 
			
		||||
#    define RGB_DISABLE_WHEN_USB_SUSPENDED true // turn off effects when suspended
 | 
			
		||||
#    define IS31FL3733_I2C_ADDRESS_1 IS31FL3733_I2C_ADDRESS_GND_GND
 | 
			
		||||
#    define IS31FL3733_DRIVER_COUNT 2
 | 
			
		||||
#    define IS31FL3733_DRIVER_COUNT 1
 | 
			
		||||
#    define DRIVER_1_LED_TOTAL 63
 | 
			
		||||
#    define RGB_MATRIX_LED_COUNT DRIVER_1_LED_TOTAL
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -33,9 +33,7 @@
 | 
			
		|||
#define SPI_MISO_PIN A6
 | 
			
		||||
 | 
			
		||||
#define AW20216S_CS_PIN_1 A15
 | 
			
		||||
#define AW20216S_CS_PIN_2 B15
 | 
			
		||||
#define AW20216S_EN_PIN_1 C13
 | 
			
		||||
#define AW20216S_EN_PIN_2 C13
 | 
			
		||||
 | 
			
		||||
#define AW20216S_DRIVER_COUNT 1
 | 
			
		||||
#define RGB_MATRIX_LED_COUNT 71
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue