fixup! lotus: Add RGB configuration for ANSI keymap
This commit is contained in:
@@ -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
|
||||
}
|
||||
} };
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user