diff --git a/import_keyboard.py b/import_keyboard.py index 6fb742c..d6499d0 100644 --- a/import_keyboard.py +++ b/import_keyboard.py @@ -506,11 +506,11 @@ def read(filepath): return { "DCS": [0.25, 0.15, 0.25, 0.325], "DSA": [0.2, 0.25, 0.2, 0.25], - "SA1": [0.2, 0.18, 0.2, 0.07], - "SA2": [0.2, 0.18, 0.2, 0.00], - "SA3": [0.2, 0.18, 0.2, -0.07], - "SA3D": [0.2, 0.18, 0.2, -0.07], - "SA4": [0.2, 0.18, 0.2, -0.07] + "SA1": [0.2, 0.23, 0.2, 0.20], + "SA2": [0.2, 0.23, 0.2, 0.23], + "SA3": [0.2, 0.23, 0.2, 0.23], + "SA3D": [0.2, 0.23, 0.2, 0.23], + "SA4": [0.2, 0.23, 0.2, 0.23] }.get(p, [0.25, 0.15, 0.25, 0.325]) # iterate over rows in keyboard diff --git a/template.blend b/template.blend index c9772fc..426b3f0 100644 Binary files a/template.blend and b/template.blend differ