fixup! lotus: Add RGB configuration for ANSI keymap

This commit is contained in:
Daniel Schaefer
2022-12-26 01:24:17 +08:00
parent 6f638fccf8
commit 34ed8e9d3b
2 changed files with 4 additions and 4 deletions

View File

@@ -190,4 +190,4 @@ led_config_t g_led_config = {{
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4,
4
}
} };

View File

@@ -254,7 +254,7 @@ def print_matrix(layout, led_to_el, normalized):
print(", ", end='')
if (i + 1) % 16 == 0:
print("\n ", end='')
print("}")
print("} };")
def main(data):
# Normalize data and convert to C code