diff --git a/notebook_nueva/keyboard.py b/notebook_nueva/keyboard.py index 6454e2d..89267a7 100644 --- a/notebook_nueva/keyboard.py +++ b/notebook_nueva/keyboard.py @@ -12,7 +12,7 @@ actual_height = (kbd_height**2 - (back_thickness - front_thickness) ** 2) ** 0.5 kbd_angle = math.acos(actual_height / kbd_height) * 180 / math.pi kbd_pillar_positions = [ - (18.25, 16), + (19, 16), (142.5, 25.5), (kbd_width - 20, 16), (23.5, 79.5),