Default to true for Choc v2 stabilizer leg

This commit is contained in:
Marco Massarelli 2024-01-15 20:12:58 +00:00
parent 6ad82732ab
commit 61aeac72f1
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@
// if true, will add mx sized keycap box around the footprint (18mm)
// show_corner_marks: default is false
// if true, will add corner marks to indicate plate hole size and position
// include_stabilizer_pad: default is false
// include_stabilizer_pad: default is true
// if true, will add a corner pad for the stabilizer leg present in some
// Choc switches
// oval_stabilizer_pad: default is false
@ -67,7 +67,7 @@ module.exports = {
outer_pad_width_back: 2.6,
show_keycaps: false,
show_corner_marks: false,
include_stabilizer_pad: false,
include_stabilizer_pad: true,
oval_stabilizer_pad: false,
choc_v1_support: false,
keycaps_x: 18,