Skip to content

Commit

Permalink
Disable MCU shelf in Concertina
Browse files Browse the repository at this point in the history
  • Loading branch information
veikman authored and Viktor Eikman committed Nov 1, 2023
1 parent b006cc6 commit 7e44424
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions config/concertina/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1475,14 +1475,20 @@ tweaks:
- [ca-near-lower-1, {anchoring: {extrinsic-offset: [-6, 0, 0]}}]
- [bottom-main-S, null, 0, 2]
mcu:
include: true
# With stiff wires between the keys, there is no need for an MCU shelf in a
# Concertina, and therefore no need to specify any of the properties of the
# microcontroller in this CAD program.
include: false
anchoring:
anchor: ci-far-base
intrinsic-rotation: [π/-2, π/4, π]
intrinsic-offset: [-16, -3.5, 70]
support:
shelf:
include: true
# The specifications made for an MCU shelf here were written for the Pro
# Micro. They are not suitable for large PCBs like that of the Raspberry
# Pi Pico, which would protrude through the bookend wall.
include: false
extra-space: [1, 0, 3]
bevel:
E: 0.6
Expand Down

0 comments on commit 7e44424

Please sign in to comment.