Fix xap_client gen after render_xap_output changes

This commit is contained in:
zvecr
2023-03-06 19:56:38 +00:00
parent dc591c751d
commit 751e72c1f9
6 changed files with 41 additions and 28 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
# Copyright 2022 QMK
# Copyright 2023 QMK
# SPDX-License-Identifier: GPL-2.0-or-later
################################################################################
@@ -121,3 +121,5 @@ class RgbMatrixModes(IntEnum):
MULTISPLASH = 0x29
SOLID_SPLASH = 0x2A
SOLID_MULTISPLASH = 0x2B
# noqa: W391