mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2024-11-22 21:23:40 +00:00
Deconflicting PR
This commit is contained in:
parent
e44186e570
commit
aebd17e60a
@ -327,7 +327,7 @@ module clearance_check() {
|
||||
}
|
||||
}
|
||||
|
||||
module legends(depth) {
|
||||
module legends(depth=0) {
|
||||
if ($legends_dual) {
|
||||
front_placement() {
|
||||
if (len($legends_front) > 0) {
|
||||
|
@ -37,6 +37,9 @@ module layout(list, profile="dcs", legends=undef, legends_front=undef, row_sculp
|
||||
if (key_length >= 1) {
|
||||
translate_u(column_distance - (key_length/2), -row) {
|
||||
key_profile(profile, row_sculpting, column_value) u(key_length) legend(legends ? legends[row][column] : "") legend_front(legends_front ? legends_front[row][column] : "") cherry() { // (row+4) % 5 + 1
|
||||
$row = row;
|
||||
$column = column;
|
||||
|
||||
if (key_length == 6.25) {
|
||||
spacebar() {
|
||||
if ($children) {
|
||||
|
Loading…
Reference in New Issue
Block a user