-
When generating my version i get a strange hole as below any idea why this happens? generate_configuration.py changes I made ...
'ncols': 6, #6, # key columns
...
'default_1U_cluster': False
...
#################
## Switch Hole ##
#################
'plate_style': 'HS_NUB',
'oled_configurations': {
...
CLIP': {
# Common parameters
'oled_mount_width': 27.0, # whole OLED width
...
'oled_left_wall_x_offset_override': 38.5,
....
'oled_mount_connector_hole': 5.0,
'oled_screen_start_from_conn_end': 5.0,
'oled_screen_length': 15.5,
'oled_screen_width': 25.0,
...
}
}
...
'controller_mount_type': 'RJ9_USB_WALL', |
Beta Was this translation helpful? Give feedback.
Answered by
Looooopy
Nov 25, 2021
Replies: 2 comments 2 replies
-
Look like this solved my problem https://github.com/joshreve/dactyl-keyboard/blob/master/src/dactyl_manuform.py#L1132 Result |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Looooopy
-
@joshreve is this the correct way of solving it? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Look like this solved my problem
https://github.com/joshreve/dactyl-keyboard/blob/master/src/dactyl_manuform.py#L1132
add this on the line below:
key_place(web_post_bl(), 3, lastrow),
Result