mirror of
				https://github.com/mfulz/qmk_firmware.git
				synced 2025-11-04 07:12:33 +01:00 
			
		
		
		
	Remove unused LED_INDICATORS constant (#18686)
This commit is contained in:
		
							parent
							
								
									cf749f2dd0
								
							
						
					
					
						commit
						4dec07741b
					
				@ -121,13 +121,6 @@ TIME_FORMAT = '%H:%M:%S'
 | 
			
		||||
COL_LETTERS = 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijilmnopqrstuvwxyz'
 | 
			
		||||
ROW_LETTERS = '0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnop'
 | 
			
		||||
 | 
			
		||||
# Mapping between info.json and config.h keys
 | 
			
		||||
LED_INDICATORS = {
 | 
			
		||||
    'caps_lock': 'LED_CAPS_LOCK_PIN',
 | 
			
		||||
    'num_lock': 'LED_NUM_LOCK_PIN',
 | 
			
		||||
    'scroll_lock': 'LED_SCROLL_LOCK_PIN',
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
# Constants that should match their counterparts in make
 | 
			
		||||
BUILD_DIR = environ.get('BUILD_DIR', '.build')
 | 
			
		||||
KEYBOARD_OUTPUT_PREFIX = f'{BUILD_DIR}/obj_'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user