mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-26 14:54:21 +00:00
add unsupported_stem helper
This commit is contained in:
parent
dbafef9373
commit
655905d38e
@ -19,6 +19,11 @@ module tined_stem_support(height = 0.4) {
|
||||
children();
|
||||
}
|
||||
|
||||
module unsupported_stem() {
|
||||
$stem_support_type = "disable";
|
||||
children();
|
||||
}
|
||||
|
||||
module rounded() {
|
||||
$rounded_key = true;
|
||||
children();
|
||||
|
Loading…
Reference in New Issue
Block a user