mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-26 14:54:21 +00:00
Added 2.5u and 2.75u key widths
This commit is contained in:
parent
d1fec7e065
commit
8d69ec6c21
@ -17,6 +17,10 @@ module 1_5u() {
|
||||
u(1.5) children();
|
||||
}
|
||||
|
||||
module 1_75u(){
|
||||
u(1.75) children();
|
||||
}
|
||||
|
||||
module 2u() {
|
||||
u(2) children();
|
||||
}
|
||||
@ -25,6 +29,10 @@ module 2_25u() {
|
||||
u(2.25) children();
|
||||
}
|
||||
|
||||
module 2_50u() {
|
||||
u(2.5) children();
|
||||
}
|
||||
|
||||
module 2_75u() {
|
||||
u(2.75) children();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user