mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-09-15 00:29:52 +00:00
add customizer_base. move settings variables to make more sense, in customizer and outside of it. switch (back?) to using rounded_cherry instead of cherry_rounded
This commit is contained in:
parent
16b7ec4a25
commit
ff77b6492c
9 changed files with 767 additions and 742 deletions
|
@ -21,7 +21,7 @@ def expand(filename)
|
|||
lines
|
||||
end
|
||||
|
||||
lines = expand(ARGV[1] || 'keys.scad')
|
||||
lines = expand(ARGV[1] || 'customizer_base.scad')
|
||||
|
||||
f = File.open('customizer.scad', 'w')
|
||||
f.write lines.join
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue