Merge pull request #10 from wilderjds/normalize

typo
plate-64p
Kirpal Demian 8 years ago committed by GitHub
commit cf4d2950f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      import_keyboard.py

@ -282,7 +282,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