* Added community layout juno and junonum; removed poorly maintained variants of juno; added junonum-a47. * Added community layout juno and junonum; removed poorly maintained variants of juno; added junonum-a47. * updated layout type for juno * Performing requested changes; renaming a47; fine-tuning of codes in community layout keymaps. * Fine tuning to requested changes. * Further tuning to suggestion. * Update layouts/community/ortho_4x12/juno/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update layouts/community/ortho_4x12/juno/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/maartenwut/atom47/keymaps/junonum_a47/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> * Update keyboards/maartenwut/atom47/keymaps/junonum_a47/keymap.c Co-Authored-By: fauxpark <fauxpark@gmail.com> Co-authored-by: fauxpark <fauxpark@gmail.com>
		
			
				
	
	
		
			14 lines
		
	
	
		
			No EOL
		
	
	
		
			347 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			No EOL
		
	
	
		
			347 B
		
	
	
	
		
			Makefile
		
	
	
	
	
	
SRC += muse.c
 | 
						|
 | 
						|
ifeq ($(strip $(KEYBOARD)), planck/rev6)
 | 
						|
  BACKLIGHT_ENABLE = no
 | 
						|
else
 | 
						|
  BACKLIGHT_ENABLE = yes
 | 
						|
endif
 | 
						|
 | 
						|
MIDI_ENABLE=no
 | 
						|
RGBLIGHT_ENABLE = no
 | 
						|
MOUSEKEY_ENABLE = no	# Mouse keys
 | 
						|
EXTRAKEY_ENABLE = yes	# Audio control and System control
 | 
						|
CONSOLE_ENABLE = no		# Console for debug
 | 
						|
COMMAND_ENABLE = no    	# Commands for debug and configuration
 |