/* * 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 . */ t_pos=0; r_pos=1; k_pos=2; //include include 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;