mirror of
https://github.com/zoriya/abyss.git
synced 2026-06-04 11:34:35 +00:00
Use higher padding
This commit is contained in:
+4
-4
@@ -1,8 +1,8 @@
|
||||
units:
|
||||
kx: cx
|
||||
ky: cy
|
||||
px: kx + 2
|
||||
py: ky + 2
|
||||
px: kx + 4
|
||||
py: ky + 4
|
||||
points:
|
||||
zones:
|
||||
matrix:
|
||||
@@ -39,11 +39,11 @@ points:
|
||||
columns:
|
||||
left:
|
||||
home:
|
||||
key.spread: px
|
||||
key.spread: kx+2
|
||||
key.splay: -15
|
||||
key.origin: [-0.5kx, -0.5ky]
|
||||
right:
|
||||
key.spread: px
|
||||
key.spread: kx+2
|
||||
key.splay: -15
|
||||
key.origin: [-0.5kx, -0.5ky]
|
||||
key.height: 1.5kx
|
||||
|
||||
Reference in New Issue
Block a user