 0fdd37ee19
			
		
	
	
		0fdd37ee19
		
			
		
	
	
	
	
		
			
			* [keymap(ninjonas)] ninjonas keymap updates * [refactor] switching encoder rotation logic. recent pull seems to have flipped encoder stuff * [keymap(lily58)] added chrome change profile key on RAISE Co-authored-by: Jonas Avellana <jonas.avellana@workday.com>
		
			
				
	
	
		
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			508 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			No EOL
		
	
	
		
			508 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
| BOOTMAGIC_ENABLE = no       # Disable Boot Magic (https://beta.docs.qmk.fm/features/feature_bootmagic)
 | |
| MOUSEKEY_ENABLE = yes       # Mouse keys(+4700)
 | |
| EXTRAKEY_ENABLE = yes       # Audio control and System control(+450)
 | |
| TAP_DANCE_ENABLE = yes      # Enable Tap Dance.
 | |
| COMBO_ENABLE = yes          # Enable Combos
 | |
| 
 | |
| SRC += ninjonas.c \
 | |
|        process_records.c \
 | |
|        tap_dances.c \
 | |
|        oled.c \
 | |
|        encoder.c \
 | |
|        combos.c
 | |
| 
 | |
| ifneq ("$(wildcard $(USER_PATH)/secrets.c)","")
 | |
|     SRC += secrets.c
 | |
| endif |