File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -254,6 +254,24 @@ const KeyFormat all_formats[] = {
254254 .max_depth_ind = 6 ,
255255 .macs = 5 ,
256256 .clearance = 3 },
257+
258+ {.manufacturer = "Weiser" ,
259+ .format_name = "WR3" ,
260+ .format_link = "https://www.lockwiki.com/index.php/Weiser_Classic" ,
261+ .first_pin_inch = 0.237 ,
262+ .last_pin_inch = 0.861 ,
263+ .pin_increment_inch = 0.156 ,
264+ .pin_num = 5 ,
265+ .pin_width_inch = 0.090 ,
266+ .elbow_inch = 0.150 ,
267+ .drill_angle = 90 ,
268+ .uncut_depth_inch = 0.315 ,
269+ .deepest_depth_inch = 0.153 ,
270+ .depth_step_inch = 0.018 ,
271+ .min_depth_ind = 0 ,
272+ .max_depth_ind = 10 ,
273+ .macs = 6 ,
274+ .clearance = 3 },
257275
258276 {.manufacturer = "Ford" ,
259277 .format_name = "H75" ,
Original file line number Diff line number Diff line change 11#ifndef KEY_FORMATS_H
22#define KEY_FORMATS_H
33
4- #define FORMAT_NUM 21
4+ #define FORMAT_NUM 22
55
66typedef struct {
77 char * manufacturer ;
You can’t perform that action at this time.
0 commit comments