mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-08-05 08:49:56 -04:00
Fix xap_client gen after render_xap_output changes
This commit is contained in:
@@ -5,13 +5,15 @@ from enum import IntEnum
|
||||
|
||||
# version: 0.0.1
|
||||
class RgblightModes(IntEnum):
|
||||
{%- for id, effect in specs.rgblight.effects | dictsort %}
|
||||
{% for id, effect in specs.rgblight.effects | dictsort %}
|
||||
{{ effect.key }} = {{ id }}
|
||||
{%- endfor %}
|
||||
{% endfor %}
|
||||
|
||||
|
||||
# version: 0.0.1
|
||||
class RgbMatrixModes(IntEnum):
|
||||
{%- for id, effect in specs.rgb_matrix.effects | dictsort %}
|
||||
{% for id, effect in specs.rgb_matrix.effects | dictsort %}
|
||||
{{ effect.key }} = {{ id }}
|
||||
{%- endfor %}
|
||||
{% endfor %}
|
||||
|
||||
# noqa: W391
|
||||
Reference in New Issue
Block a user