forked from mirrors/qmk_userspace
		
	Fix Bug #228
This commit is contained in:
		
					parent
					
						
							
								6edb298b2b
							
						
					
				
			
			
				commit
				
					
						4a63b50e69
					
				
			
		
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
					@ -19,9 +19,7 @@
 | 
				
			||||||
#ifdef RGB_MATRIX_ENABLE
 | 
					#ifdef RGB_MATRIX_ENABLE
 | 
				
			||||||
/* RGB Matrix driver configuration */
 | 
					/* RGB Matrix driver configuration */
 | 
				
			||||||
#    define DRIVER_COUNT 2
 | 
					#    define DRIVER_COUNT 2
 | 
				
			||||||
#    define DRIVER_1_LED_COUNT 45
 | 
					#    define RGB_MATRIX_LED_COUNT 81
 | 
				
			||||||
#    define DRIVER_2_LED_COUNT 39
 | 
					 | 
				
			||||||
#    define RGB_MATRIX_LED_COUNT (DRIVER_1_LED_COUNT + DRIVER_2_LED_COUNT)
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#    define SPI_SCK_PIN A5
 | 
					#    define SPI_SCK_PIN A5
 | 
				
			||||||
#    define SPI_MISO_PIN A6
 | 
					#    define SPI_MISO_PIN A6
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue