* Put in my keymaps * Fixed all but weird lets split issue * Organized and tried to trobleshoot lets split * Organized and tried to trobleshoot lets split * Added bbaserdem keymaps * Added bbaserdem keymaps * Fixed stuff * FIxed a filename error * Lets split eh * Finalized things regarding keymap
		
			
				
	
	
		
			12 lines
		
	
	
		
			292 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			292 B
		
	
	
	
		
			Makefile
		
	
	
		
			Executable File
		
	
	
	
	
| # Build options
 | |
| 
 | |
| BACKLIGHT_ENABLE = no		# Switch LEDs
 | |
| MOUSEKEY_ENABLE = yes		# Emulates mouse key using keypresses
 | |
| RGBLIGHT_ENABLE = yes 		# LED strips
 | |
| TAP_DANCE_ENABLE = no 		# Use multi-tap features
 | |
| AUDIO_ENABLE = no 			# Audio stuff
 | |
| 
 | |
| ifndef QUANTUM_DIR
 | |
| 	include ../../../../Makefile
 | |
| endif
 |