summaryrefslogtreecommitdiff
path: root/src/run_config.json
diff options
context:
space:
mode:
authorJoshua Shreve <j.a.shreve@gmail.com>2021-07-10 17:07:54 -0400
committerJoshua Shreve <j.a.shreve@gmail.com>2021-07-10 17:07:54 -0400
commit89b63be39ac151408b5e25a3ad06668d9a79c20d (patch)
tree428be59ac5a3f09721392cbb429330d443527175 /src/run_config.json
parenteeccc3c8c73000775c138c0dc7ff2c662d43228a (diff)
Minor updates and cleanup. Biggest improvement is using relative reference for OLED placement to minimize tweaks on structural and row/column count changes. Looking for one more commit for minor tweaks and to set defaults and merge with master.
Diffstat (limited to 'src/run_config.json')
-rw-r--r--src/run_config.json28
1 files changed, 20 insertions, 8 deletions
diff --git a/src/run_config.json b/src/run_config.json
index 4085d2a..8196262 100644
--- a/src/run_config.json
+++ b/src/run_config.json
@@ -1,4 +1,5 @@
{
+ "ENGINE": "solid",
"save_dir": ".",
"config_name": "DM",
"show_caps": false,
@@ -6,8 +7,8 @@
"ncols": 6,
"alpha": 0.26179916666666664,
"beta": 0.08726638888888888,
- "centerrow_offset": 3,
"centercol": 3,
+ "centerrow_offset": 3,
"tenting_angle": 0.26179916666666664,
"symmetry": "symmetric",
"column_style_gt5": "orthographic",
@@ -18,7 +19,7 @@
7
],
"keyboard_z_offset": 9,
- "thumb_style": "DEFAULT",
+ "thumb_style": "CARBONFET",
"pinky_1_5U": false,
"first_1_5U_row": 0,
"last_1_5U_row": 5,
@@ -78,6 +79,17 @@
"plate_file": null,
"plate_offset": 0.0,
"oled_mount_type": "CLIP",
+ "oled_center_row": 1.5,
+ "oled_translation_offset": [
+ 0,
+ 0,
+ 4
+ ],
+ "oled_rotation_offset": [
+ 0,
+ 0,
+ 0
+ ],
"oled_configurations": {
"UNDERCUT": {
"oled_mount_width": 15.0,
@@ -207,18 +219,18 @@
],
[
0,
- -12,
- 5.64
+ -6,
+ 5
],
[
0,
- -12,
- 5.64
+ -6,
+ 5
],
[
0,
- -12,
- 5.64
+ -6,
+ 5
]
]
} \ No newline at end of file