mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/master' into develop
This commit is contained in:
		
						commit
						bd7c396c18
					
				@ -1007,7 +1007,7 @@ bool rgb_matrix_indicators_advanced_user(uint8_t led_min, uint8_t led_max) {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
!> RGB indicators on split keyboards will require state information synced to the slave half (e.g. `#define SPLIT_LAYER_STATE_ENABLE`). See [data sync options](feature_split_keyboard.md#data-sync-options) for more details.
 | 
					?> RGB indicators on split keyboards will require state information synced to the slave half (e.g. `#define SPLIT_LAYER_STATE_ENABLE`). See [data sync options](feature_split_keyboard.md#data-sync-options) for more details.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#### Indicators without RGB Matrix Effect
 | 
					#### Indicators without RGB Matrix Effect
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
@ -42,7 +42,7 @@
 | 
				
			|||||||
    /* RGB Matrix config */
 | 
					    /* RGB Matrix config */
 | 
				
			||||||
    #define RGB_DI_PIN E2
 | 
					    #define RGB_DI_PIN E2
 | 
				
			||||||
    #define RGB_MATRIX_LED_COUNT 100
 | 
					    #define RGB_MATRIX_LED_COUNT 100
 | 
				
			||||||
    #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 200
 | 
					    #define RGB_MATRIX_MAXIMUM_BRIGHTNESS 150
 | 
				
			||||||
    #define RGB_MATRIX_DEFAULT_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS
 | 
					    #define RGB_MATRIX_DEFAULT_VAL RGB_MATRIX_MAXIMUM_BRIGHTNESS
 | 
				
			||||||
    #define RGB_MATRIX_KEYPRESSES
 | 
					    #define RGB_MATRIX_KEYPRESSES
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user