mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-10-31 21:32:31 +01:00 
			
		
		
		
	Fixed the Helix keymap 'fraanrosi' compile issues (#13514)
According to `helix/rev2/keymaps/fraanrosi/readme.md`, this keymap should be compiled with the following command: ``` make helix/rev2/under:fraanrosi ``` Therefore, when compiling all helix keymaps with the following command, an error occurs when compiling `fraanrosi`. ``` make helix:all ``` Therefore, add `LED_UNDERGLOW_ENABLE = yes` to `keymaps/fraanrosi/rules.mk` to suppress the error.
This commit is contained in:
		
							parent
							
								
									0a8accae06
								
							
						
					
					
						commit
						877e81f963
					
				| @ -20,6 +20,9 @@ EXTRAKEY_ENABLE = yes    # Audio control and System control | |||||||
| LED_ANIMATIONS = yes        # LED animations | LED_ANIMATIONS = yes        # LED animations | ||||||
| # IOS_DEVICE_ENABLE = no      # connect to IOS device (iPad,iPhone)
 | # IOS_DEVICE_ENABLE = no      # connect to IOS device (iPad,iPhone)
 | ||||||
| 
 | 
 | ||||||
|  | LED_BACK_ENABLE = no | ||||||
|  | LED_UNDERGLOW_ENABLE = yes | ||||||
|  | 
 | ||||||
| # convert Helix-specific options (that represent combinations of standard options)
 | # convert Helix-specific options (that represent combinations of standard options)
 | ||||||
| #   into QMK standard options.
 | #   into QMK standard options.
 | ||||||
| include $(strip $(KEYBOARD_LOCAL_FEATURES_MK)) | include $(strip $(KEYBOARD_LOCAL_FEATURES_MK)) | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Takeshi ISHII
						Takeshi ISHII