Slowly working things out

This commit is contained in:
XANTRONIX 2023-11-26 00:32:40 -05:00
parent 339168e6d7
commit 3f65b9f62c
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
/* [Features] */
// Enable or disable keyboard deck
with_keyboard = true;
/* [Case wall dimensions:] */
// Wall width (thickness)
wall_width = 2.5000;

View file

@ -216,4 +216,4 @@ module top_case(with_keyboard=false) {
}
}
top_case(true);
top_case(with_keyboard);