backlight|led 'on state' for DD configuration (#17383)
This commit is contained in:
		
							parent
							
								
									2f4c7697a9
								
							
						
					
					
						commit
						87e1ff218d
					
				
					 3 changed files with 16 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -12,6 +12,7 @@
 | 
			
		|||
    "AUDIO_VOICES": {"info_key": "audio.voices", "value_type": "bool"},
 | 
			
		||||
    "BACKLIGHT_BREATHING": {"info_key": "backlight.breathing", "value_type": "bool"},
 | 
			
		||||
    "BREATHING_PERIOD": {"info_key": "backlight.breathing_period", "value_type": "int"},
 | 
			
		||||
    "BACKLIGHT_ON_STATE": {"info_key": "backlight.on_state", "value_type": "int"},
 | 
			
		||||
    "BACKLIGHT_PIN": {"info_key": "backlight.pin"},
 | 
			
		||||
    "BOTH_SHIFTS_TURNS_ON_CAPS_WORD": {"info_key": "caps_word.both_shifts_turns_on", "value_type": "bool"},
 | 
			
		||||
    "CAPS_WORD_IDLE_TIMEOUT": {"info_key": "caps_word.idle_timeout", "value_type": "int"},
 | 
			
		||||
| 
						 | 
				
			
			@ -35,6 +36,9 @@
 | 
			
		|||
    "LED_CAPS_LOCK_PIN": {"info_key": "indicators.caps_lock"},
 | 
			
		||||
    "LED_NUM_LOCK_PIN": {"info_key": "indicators.num_lock"},
 | 
			
		||||
    "LED_SCROLL_LOCK_PIN": {"info_key": "indicators.scroll_lock"},
 | 
			
		||||
    "LED_COMPOSE_PIN": {"info_key": "indicators.compose"},
 | 
			
		||||
    "LED_KANA_PIN": {"info_key": "indicators.kana"},
 | 
			
		||||
    "LED_PIN_ON_STATE": {"info_key": "indicators.on_state", "value_type": "int"},
 | 
			
		||||
    "MANUFACTURER": {"info_key": "manufacturer"},
 | 
			
		||||
    "MATRIX_HAS_GHOST": {"info_key": "matrix_pins.ghost", "value_type": "bool"},
 | 
			
		||||
    "MATRIX_IO_DELAY": {"info_key": "matrix_pins.io_delay", "value_type": "int"},
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -150,5 +150,11 @@
 | 
			
		|||
        "min": 0,
 | 
			
		||||
        "max": 255,
 | 
			
		||||
        "multipleOf": 1
 | 
			
		||||
    },
 | 
			
		||||
    "bit": {
 | 
			
		||||
        "type": "number",
 | 
			
		||||
        "min": 0,
 | 
			
		||||
        "max": 1,
 | 
			
		||||
        "multipleOf": 1
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -45,7 +45,8 @@
 | 
			
		|||
                    "max": 31,
 | 
			
		||||
                    "multipleOf": 1
 | 
			
		||||
                },
 | 
			
		||||
                "pin": {"$ref": "qmk.definitions.v1#/mcu_pin"}
 | 
			
		||||
                "pin": {"$ref": "qmk.definitions.v1#/mcu_pin"},
 | 
			
		||||
                "on_state": {"$ref": "qmk.definitions.v1#/bit"}
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "bluetooth": {
 | 
			
		||||
| 
						 | 
				
			
			@ -119,7 +120,10 @@
 | 
			
		|||
            "properties": {
 | 
			
		||||
                "caps_lock": {"$ref": "qmk.definitions.v1#/mcu_pin"},
 | 
			
		||||
                "num_lock": {"$ref": "qmk.definitions.v1#/mcu_pin"},
 | 
			
		||||
                "scroll_lock": {"$ref": "qmk.definitions.v1#/mcu_pin"}
 | 
			
		||||
                "scroll_lock": {"$ref": "qmk.definitions.v1#/mcu_pin"},
 | 
			
		||||
                "compose": {"$ref": "qmk.definitions.v1#/mcu_pin"},
 | 
			
		||||
                "kana": {"$ref": "qmk.definitions.v1#/mcu_pin"},
 | 
			
		||||
                "on_state": {"$ref": "qmk.definitions.v1#/bit"}
 | 
			
		||||
            }
 | 
			
		||||
        },
 | 
			
		||||
        "layout_aliases": {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue