mirror of
https://github.com/rsheldiii/KeyV2.git
synced 2025-02-16 22:37:03 +00:00
switch to all profiles using 3 as default
This commit is contained in:
parent
bbcb44feca
commit
0faeeb660b
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
module dcs_row(n=1) {
|
||||
module dcs_row(n=3) {
|
||||
// names, so I don't go crazy
|
||||
$bottom_key_width = 18.16;
|
||||
$bottom_key_height = 18.16;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module oem_row(n=1) {
|
||||
module oem_row(n=3) {
|
||||
$bottom_key_width = 18.05;
|
||||
$bottom_key_height = 18.05;
|
||||
$width_difference = 5.8;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
module sa_row(n=1) {
|
||||
module sa_row(n=3) {
|
||||
$key_shape_type = "sculpted_square";
|
||||
$bottom_key_width = 18.4;
|
||||
$bottom_key_height = 18.4;
|
||||
|
|
Loading…
Reference in a new issue