another typo

Should refactor this!
plate-64p
jacopods 8 years ago
parent 5004fcc80f
commit a2a439365b
  1. 2
      import_keyboard.py

@ -358,7 +358,7 @@ def getKey(filePath):
key["p"] = "DCS"
# Normalize unsculpted SA profile to SA ROW 3
if key["p"] = "SA":
if key["p"] == "SA":
key["p"] = "SA3"
if key["p"] == "" or key["p"] not in ["DSA", "DCS", "SA1", "SA2", "SA3", "SA4"]:

Loading…
Cancel
Save