switch to all profiles using 3 as default

This commit is contained in:
Robert Sheldon 2018-07-05 00:45:52 -04:00
parent bbcb44feca
commit 0faeeb660b
3 changed files with 3 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;