mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-03 23:02:34 +01:00 
			
		
		
		
	Don't define RGBLED_NUM in let-split khord keymap
It's already defined correctly by the parent keyboard project, and was causing problems for rev1, where the pin is different.
This commit is contained in:
		
							parent
							
								
									a15510b57b
								
							
						
					
					
						commit
						6ba22b5f5e
					
				@ -20,9 +20,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 | 
				
			|||||||
#define USE_SERIAL
 | 
					#define USE_SERIAL
 | 
				
			||||||
#define EE_HANDS
 | 
					#define EE_HANDS
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#undef RGBLED_NUM
 | 
					 | 
				
			||||||
#define RGBLIGHT_ANIMATIONS
 | 
					#define RGBLIGHT_ANIMATIONS
 | 
				
			||||||
#define RGBLED_NUM 12
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef SUBPROJECT_rev1
 | 
					#ifdef SUBPROJECT_rev1
 | 
				
			||||||
    #include "../../rev1/config.h"
 | 
					    #include "../../rev1/config.h"
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user