Implement data driven wear leveling (#21906)
* DD encoder map, wear leveling * remove encoder map from DD let's avoid the support headache * wear leveling: specify the allowed drivers by name Co-authored-by: Ryan <fauxpark@gmail.com> * Add additional params * Relocate under eeprom * disable parsing --------- Co-authored-by: Dimitris Mantzouranis <d3xter93@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
		
							parent
							
								
									a03de8440b
								
							
						
					
					
						commit
						5fab310e65
					
				
					 4 changed files with 25 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -49,6 +49,10 @@
 | 
			
		|||
    "DYNAMIC_KEYMAP_EEPROM_MAX_ADDR": {"info_key": "dynamic_keymap.eeprom_max_addr", "value_type": "int"},
 | 
			
		||||
    "DYNAMIC_KEYMAP_LAYER_COUNT": {"info_key": "dynamic_keymap.layer_count", "value_type": "int"},
 | 
			
		||||
 | 
			
		||||
    // EEPROM
 | 
			
		||||
    "WEAR_LEVELING_BACKING_SIZE": {"info_key": "eeprom.wear_leveling.backing_size", "value_type": "int", "to_json": false},
 | 
			
		||||
    "WEAR_LEVELING_LOGICAL_SIZE": {"info_key": "eeprom.wear_leveling.logical_size", "value_type": "int", "to_json": false},
 | 
			
		||||
 | 
			
		||||
    // Indicators
 | 
			
		||||
    "LED_CAPS_LOCK_PIN": {"info_key": "indicators.caps_lock"},
 | 
			
		||||
    "LED_NUM_LOCK_PIN": {"info_key": "indicators.num_lock"},
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -42,6 +42,7 @@
 | 
			
		|||
    "STENO_ENABLE": {"info_key": "stenography.enabled", "value_type": "bool"},
 | 
			
		||||
    "STENO_PROTOCOL": {"info_key": "stenography.protocol"},
 | 
			
		||||
    "WAIT_FOR_USB": {"info_key": "usb.wait_for", "value_type": "bool"},
 | 
			
		||||
    "WEAR_LEVELING_DRIVER": {"info_key": "eeprom.wear_leveling.driver"},
 | 
			
		||||
    "WS2812_DRIVER": {"info_key": "ws2812.driver"},
 | 
			
		||||
 | 
			
		||||
    // Items we want flagged in lint
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue