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.
60 lines
1.4 KiB
60 lines
1.4 KiB
/*
|
|
* Copyright 2022 Thomas Buck - thomas@xythobuz.de
|
|
* Philipp Schönberger - mail@phschoen.de
|
|
*
|
|
* This program is distributed in the hope that it will be useful,
|
|
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
* GNU General Public License for more details.
|
|
*
|
|
* See <http://www.gnu.org/licenses/>.
|
|
*/
|
|
|
|
t_pos=0;
|
|
r_pos=1;
|
|
k_pos=2;
|
|
|
|
//include <test_pos.scad>
|
|
include <kinessis_pos.scad>
|
|
|
|
switch_case_extra_width= 20;
|
|
// 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;
|
|
|
|
bezier_between_keys = false;
|
|
|
|
$switch_with_pcb = false;
|
|
$show_switches = false;
|
|
$show_keycaps = false;
|
|
$show_switch_pcb = false;
|
|
|
|
$show_case = true;
|
|
$show_case_plate = true;
|
|
$show_case_debug = false;
|
|
//
|
|
// cutout types
|
|
//
|
|
// C H
|
|
// _________ _________
|
|
// | | _| |_
|
|
// | | |_ _|
|
|
// | | _| |_
|
|
// | | |_ _|
|
|
// |_________| |_________|
|
|
//
|
|
// V _ _ B _ _
|
|
// _| |_| |_ _| |_| |_
|
|
// | | _| |_
|
|
// | | |_ _|
|
|
// | | _| |_
|
|
// | | |_ _|
|
|
// |_ _ _| |_ _ _|
|
|
// |_| |_| |_| |_|
|
|
//
|
|
switch_cutout_type="V";
|
|
switch_pcb_with_screws=true;
|