[Keyboard] le_chiffre.c conditional led_config (#13285)
disabling RGB_MATRIX_ENABLE causes led_config to fail during compile. Setting this conditional allows you to turn off RGB
This commit is contained in:
		@@ -15,6 +15,7 @@
 | 
			
		||||
 */
 | 
			
		||||
#include "le_chiffre.h"
 | 
			
		||||
 | 
			
		||||
#ifdef RGB_MATRIX_ENABLE
 | 
			
		||||
led_config_t g_led_config = { {
 | 
			
		||||
  // Key Matrix to LED Index
 | 
			
		||||
  { 3, 4, NO_LED, 5, 6 },
 | 
			
		||||
@@ -29,3 +30,4 @@ led_config_t g_led_config = { {
 | 
			
		||||
 | 
			
		||||
  2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2
 | 
			
		||||
} };
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user