You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// broken off from artisan support since who wants outset legends?
49
61
$outset_legends =false;
50
62
51
-
/* [Key] */
63
+
/* [Hidden] */
52
64
// Height in units of key. should remain 1 for most uses
53
65
$key_height =1.0;
54
66
// Keytop thickness, aka how many millimeters between the inside and outside of the top surface of the key
@@ -79,7 +91,7 @@ $top_skew = 1.7;
79
91
// for double axis sculpted keycaps and probably not much else
80
92
$top_skew_x =0;
81
93
82
-
/* [Stem] */
94
+
/* [Hidden] */
83
95
84
96
// How far the throw distance of the switch is. determines how far the 'cross' in the cherry switch digs into the stem, and how long the keystem needs to be before supports can start. luckily, alps and cherries have a pretty similar throw. can modify to have stouter keycaps for low profile switches, etc
85
97
$stem_throw =4;
@@ -97,7 +109,7 @@ $stem_rotation = 0;
97
109
// keycap. only works on tines right now
98
110
$extra_long_stem_support =false;
99
111
100
-
/* [Shape] */
112
+
/* [Hidden] */
101
113
102
114
// Key shape type, determines the shape of the key. default is 'rounded square'
0 commit comments