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.
 
 
 

76 lines
1.6 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_thumb_t=[
// colum 2
[ [0,70,50], [37,60,20] , [37,60,20] ],
// colum 1
[ [0,40,40], [32,40,10], [32,40,10] ],
];
switch_thumb__r=[
[ [0,0,0], [10,0,-10] , [10,0,-10] ],
// row 1
[ [0,0,0], [10,0,-10] , [0,0,-10] ]
];
switch_keycap=[
[["mt3", 1], ["SA", 1], ],
[["mt3", 1], ["SA", 1], ],
[["mt3", 1], ["SA", 1], ],
[["mt3", 1], ["SA", 1], ],
];
// the trackball diameter itself
ball_dia = 38.0;
ball_h = 15;
// the typcial 3 static balls which are the glide contacts of the trackball
roller_dia = 3.0;
roller_count = 3;
$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;