mirror of
https://github.com/dnlbauer/corax-keyboard.git
synced 2026-09-10 21:25:29 +00:00
nicenano placement closer to keys
This commit is contained in:
@@ -8,7 +8,7 @@ units:
|
|||||||
py: ky+padding
|
py: ky+padding
|
||||||
mcu_height: 34
|
mcu_height: 34
|
||||||
mcu_width: 18
|
mcu_width: 18
|
||||||
mcu_padding: 2
|
mcu_padding: 1
|
||||||
scrollwheel_width: 17
|
scrollwheel_width: 17
|
||||||
scrollwheel_height: 14
|
scrollwheel_height: 14
|
||||||
points:
|
points:
|
||||||
@@ -111,7 +111,7 @@ points:
|
|||||||
scrollwheel:
|
scrollwheel:
|
||||||
key:
|
key:
|
||||||
tags: [scrollwheel]
|
tags: [scrollwheel]
|
||||||
shift: [px, 0]
|
shift: [kx+mcu_padding, 0]
|
||||||
column_net: col5
|
column_net: col5
|
||||||
width: scrollwheel_width
|
width: scrollwheel_width
|
||||||
height: scrollwheel_height
|
height: scrollwheel_height
|
||||||
@@ -128,7 +128,7 @@ points:
|
|||||||
width: mcu_height # footprint width/height unintuitive
|
width: mcu_height # footprint width/height unintuitive
|
||||||
height: mcu_width
|
height: mcu_width
|
||||||
rotate: -90
|
rotate: -90
|
||||||
shift: [kx+mcu_padding, -mcu_width/2+1]
|
shift: [kx+mcu_padding, -mcu_width/2+0.5]
|
||||||
outlines:
|
outlines:
|
||||||
keys:
|
keys:
|
||||||
- what: rectangle
|
- what: rectangle
|
||||||
@@ -166,9 +166,9 @@ outlines:
|
|||||||
- ref: matrix_inner_num
|
- ref: matrix_inner_num
|
||||||
shift: [0.5px, 0.5py]
|
shift: [0.5px, 0.5py]
|
||||||
- ref: matrix_inner_num
|
- ref: matrix_inner_num
|
||||||
shift: [0.5px+mcu_padding+mcu_width+1, 0.5py]
|
shift: [0.5px+mcu_padding+mcu_width-0.9, 0.5py]
|
||||||
- ref: matrix_inner_bottom
|
- ref: matrix_inner_bottom
|
||||||
shift: [0.5px+mcu_padding+mcu_width+1, -0.5py]
|
shift: [0.5px+mcu_padding+mcu_width-0.9, -0.5py]
|
||||||
- ref: thumbs_space_cluster
|
- ref: thumbs_space_cluster
|
||||||
shift: [0.5px, -0.5py]
|
shift: [0.5px, -0.5py]
|
||||||
- ref: thumbs_space_cluster
|
- ref: thumbs_space_cluster
|
||||||
|
|||||||
Reference in New Issue
Block a user