You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

55 lines
1.2 KiB

switch_t=[
// colum 3
[ [0,70,50], [37,60,20] ],
// colum 2
[ [0,40,40], [32,40,10] ],
// colum 2
[ [0,20,25], [28.5, 20, 5] ],
// colum 1
[ [0, 0,15], [25,0,0] ]
];
switch_r=[
// row 3
[ [0,0,0], [0,0,-10] ],
// row 2
[ [0,0,0], [20,0,-10] ],
// row 2
[ [0,0,0], [10,0,-10] ],
// row 1
[ [0,0,0], [0,0,-10] ]
];
switch_keycap=[
[["mt3", 1], ["SA", 1], ],
[["mt3", 1], ["SA", 1], ],
[["mt3", 1], ["SA", 1], ],
[["mt3", 1], ["SA", 1], ],
];
$switch_with_pcb=true;
$show_switches=true;
$show_keycaps=true;
$show_switch_pcb=true;
//
// cutout types
//
// C H
// _________ _________
// | | _| |_
// | | |_ _|
// | | _| |_
// | | |_ _|
// |_________| |_________|
//
// V _ _ B _ _
// _| |_| |_ _| |_| |_
// | | _| |_
// | | |_ _|
// | | _| |_
// | | |_ _|
// |_ _ _| |_ _ _|
// |_| |_| |_| |_|
//
switch_cutout_type="V";
switch_pcb_with_screws=true;