/* * SPDX-FileCopyrightText: © 2025 Brian S. Stephan * SPDX-License-Identifier: GPL-3.0-or-later */ include include use module ergo_nine_plus_aux_button_panel_with_mount() { ergo_nine_plus_aux_button_panel(); translate([30, -50, -(panel_z/2) - 3]) pcb_mount(); } ergo_nine_plus_aux_button_panel_with_mount();