From 61aeac72f1f303c81c65a74198b60395caaea62c Mon Sep 17 00:00:00 2001 From: Marco Massarelli Date: Mon, 15 Jan 2024 20:12:58 +0000 Subject: [PATCH] Default to true for Choc v2 stabilizer leg --- ergogen/footprints/choc_v2_hotswap.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ergogen/footprints/choc_v2_hotswap.js b/ergogen/footprints/choc_v2_hotswap.js index 4841266..08c8df0 100644 --- a/ergogen/footprints/choc_v2_hotswap.js +++ b/ergogen/footprints/choc_v2_hotswap.js @@ -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,