From 3efd941ff18d33494e878ab6af6247316ab2eed7 Mon Sep 17 00:00:00 2001 From: Guillaume Collic Date: Sun, 21 Feb 2021 14:46:52 +0100 Subject: [PATCH] Keyboard: 19.05 mm spacing is more standard than 19 --- boxes/generators/keyboard.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boxes/generators/keyboard.py b/boxes/generators/keyboard.py index c8f942c..88a81d6 100644 --- a/boxes/generators/keyboard.py +++ b/boxes/generators/keyboard.py @@ -29,7 +29,7 @@ class Keyboard: * https://www.kailhswitch.com/uploads/201815927/PG151101S11.pdf """ - STANDARD_KEY_SPACING = 19 + STANDARD_KEY_SPACING = 19.05 SWITCH_CASE_SIZE = 15.6 FRAME_CUTOUT = 14