~ruther/qmk_firmware

a9e2f6a25aeb0a3d69dcdeb33be0b364f9c37beb — Joel Challis 1 year, 9 months ago 0c51ed7
Remove `led_matrix.hue_steps` and `led_matrix.sat_steps` from schema (#21827)

2 files changed, 0 insertions(+), 4 deletions(-)

M data/mappings/info_config.hjson
M data/schemas/keyboard.jsonschema
M data/mappings/info_config.hjson => data/mappings/info_config.hjson +0 -2
@@ 64,9 64,7 @@

    // LED Matrix
    "LED_MATRIX_CENTER": {"info_key": "led_matrix.center_point", "value_type": "array.int"},
    "LED_MATRIX_HUE_STEP": {"info_key": "led_matrix.hue_steps", "value_type": "int"},
    "LED_MATRIX_MAXIMUM_BRIGHTNESS": {"info_key": "led_matrix.max_brightness", "value_type": "int"},
    "LED_MATRIX_SAT_STEP": {"info_key": "led_matrix.sat_steps", "value_type": "int"},
    "LED_MATRIX_SPD_STEP": {"info_key": "led_matrix.speed_steps", "value_type": "int"},
    "LED_MATRIX_SPLIT": {"info_key": "led_matrix.split_count", "value_type": "array.int"},
    "LED_MATRIX_TIMEOUT": {"info_key": "led_matrix.timeout", "value_type": "int"},

M data/schemas/keyboard.jsonschema => data/schemas/keyboard.jsonschema +0 -2
@@ 382,8 382,6 @@
                },
                "max_brightness": {"$ref": "qmk.definitions.v1#/unsigned_int_8"},
                "timeout": {"$ref": "qmk.definitions.v1#/unsigned_int"},
                "hue_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
                "sat_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
                "val_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
                "speed_steps": {"$ref": "qmk.definitions.v1#/unsigned_int"},
                "split_count": {

Do not follow this link