Skip to content

Commit

Permalink
Default to true for Choc v2 stabilizer leg
Browse files Browse the repository at this point in the history
  • Loading branch information
ceoloide committed Jan 15, 2024
1 parent 6ad8273 commit 61aeac7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ergogen/footprints/choc_v2_hotswap.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 61aeac7

Please sign in to comment.