Skip to content

Commit

Permalink
add buttons to smaller configs
Browse files Browse the repository at this point in the history
  • Loading branch information
RealET committed May 22, 2024
1 parent 37b8e25 commit 281a883
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 48 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,69 @@
"productId": "0x0000",
"lighting": "vialrgb",
"customKeycodes": [
{"name": "DPI_INC",
"title": "Increase trackball sensitivity",
"shortName": "POINTER_DEFAULT_DPI_FORWARD"
{"name": "L_DPI_INC",
"title": "Increase left trackball sensitivity",
"shortName": "LEFT_POINTER_DEFAULT_DPI_FORWARD"
},
{"name": "DPI_DEC",
"title": "Decrease trackball sensitivity",
"shortName": "POINTER_DEFAULT_DPI_REVERSE"
{"name": "L_DPI_DEC",
"title": "Decrease left trackball sensitivity",
"shortName": "LEFT_POINTER_DEFAULT_DPI_REVERSE"
},
{"name": "SNP_INC",
"title": "Increase trackball sensitivity when in sniping mode",
"shortName": "POINTER_SNIPING_DPI_FORWARD"
{"name": "L_SNP_INC",
"title": "Increase left trackball sensitivity when in sniping mode",
"shortName": "LEFT_POINTER_SNIPING_DPI_FORWARD"
},
{"name": "SNP_DEC",
"title": "Decrease trackball sensitivity when in sniping mode",
"shortName": "POINTER_SNIPING_DPI_REVERSE"
{"name": "L_SNP_DEC",
"title": "Decrease left trackball sensitivity when in sniping mode",
"shortName": "LEFT_POINTER_SNIPING_DPI_REVERSE"
},
{"name": "Snipe",
"title": "Reduce trackball sensitivity while held",
"shortName": "SNIPING_MODE"
{"name": "L_Snipe",
"title": "Reduce left trackball sensitivity while held",
"shortName": "LEFT_SNIPING_MODE"
},
{"name": "SNP_TOG",
"title": "Toggle between normal and sniping mode",
"shortName": "SNIPING_MODE_TOGGLE"
{"name": "L_SNP_TOG",
"title": "Toggle left trackball between normal and sniping mode",
"shortName": "LEFT_SNIPING_MODE_TOGGLE"
},
{"name": "DragScroll",
"title": "Make trackball behave as a scroll wheel while held",
"shortName": "DRAGSCROLL_MODE"
{"name": "L_DragScroll",
"title": "Make left trackball behave as a scroll wheel while held",
"shortName": "LEFT_DRAGSCROLL_MODE"
},
{"name": "DragScroll_TOG",
"title": "Toggle between normal and drag scroll mode",
"shortName": "DRAGSCROLL_MODE_TOGGLE"
{"name": "L_DragScroll_TOG",
"title": "Toggle left trackball between normal and drag scroll mode",
"shortName": "LEFT_DRAGSCROLL_MODE_TOGGLE"
},
{"name": "R_DPI_INC",
"title": "Increase trackball sensitivity on right hand",
"shortName": "RIGHT_POINTER_DEFAULT_DPI_FORWARD"
},
{"name": "R_DPI_DEC",
"title": "Decrease trackball sensitivity on right hand",
"shortName": "RIGHT_POINTER_DEFAULT_DPI_REVERSE"
},
{"name": "R_SNP_INC",
"title": "Increase right trackball sensitivity when in sniping mode",
"shortName": "RIGHT_POINTER_SNIPING_DPI_FORWARD"
},
{"name": "R_SNP_DEC",
"title": "Decrease right trackball sensitivity when in sniping mode",
"shortName": "RIGHT_POINTER_SNIPING_DPI_REVERSE"
},
{"name": "R_Snipe",
"title": "Reduce right trackball sensitivity while held",
"shortName": "RIGHT_SNIPING_MODE"
},
{"name": "R_SNP_TOG",
"title": "Toggle right trackball between normal and sniping mode",
"shortName": "RIGHT_SNIPING_MODE_TOGGLE"
},
{"name": "R_DragScroll",
"title": "Make right trackball behave as a scroll wheel while held",
"shortName": "RIGHT_DRAGSCROLL_MODE"
},
{"name": "R_DragScroll_TOG",
"title": "Toggle right trackball between normal and drag scroll mode",
"shortName": "RIGHT_DRAGSCROLL_MODE_TOGGLE"
}
],
"matrix": {
Expand Down
80 changes: 56 additions & 24 deletions keyboards/cyboard/imprint/imprint_number_row/keymaps/vial/vial.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,37 +4,69 @@
"productId": "0x0000",
"lighting": "vialrgb",
"customKeycodes": [
{"name": "DPI_INC",
"title": "Increase trackball sensitivity",
"shortName": "POINTER_DEFAULT_DPI_FORWARD"
{"name": "L_DPI_INC",
"title": "Increase left trackball sensitivity",
"shortName": "LEFT_POINTER_DEFAULT_DPI_FORWARD"
},
{"name": "DPI_DEC",
"title": "Decrease trackball sensitivity",
"shortName": "POINTER_DEFAULT_DPI_REVERSE"
{"name": "L_DPI_DEC",
"title": "Decrease left trackball sensitivity",
"shortName": "LEFT_POINTER_DEFAULT_DPI_REVERSE"
},
{"name": "SNP_INC",
"title": "Increase trackball sensitivity when in sniping mode",
"shortName": "POINTER_SNIPING_DPI_FORWARD"
{"name": "L_SNP_INC",
"title": "Increase left trackball sensitivity when in sniping mode",
"shortName": "LEFT_POINTER_SNIPING_DPI_FORWARD"
},
{"name": "SNP_DEC",
"title": "Decrease trackball sensitivity when in sniping mode",
"shortName": "POINTER_SNIPING_DPI_REVERSE"
{"name": "L_SNP_DEC",
"title": "Decrease left trackball sensitivity when in sniping mode",
"shortName": "LEFT_POINTER_SNIPING_DPI_REVERSE"
},
{"name": "Snipe",
"title": "Reduce trackball sensitivity while held",
"shortName": "SNIPING_MODE"
{"name": "L_Snipe",
"title": "Reduce left trackball sensitivity while held",
"shortName": "LEFT_SNIPING_MODE"
},
{"name": "SNP_TOG",
"title": "Toggle between normal and sniping mode",
"shortName": "SNIPING_MODE_TOGGLE"
{"name": "L_SNP_TOG",
"title": "Toggle left trackball between normal and sniping mode",
"shortName": "LEFT_SNIPING_MODE_TOGGLE"
},
{"name": "DragScroll",
"title": "Make trackball behave as a scroll wheel while held",
"shortName": "DRAGSCROLL_MODE"
{"name": "L_DragScroll",
"title": "Make left trackball behave as a scroll wheel while held",
"shortName": "LEFT_DRAGSCROLL_MODE"
},
{"name": "DragScroll_TOG",
"title": "Toggle between normal and drag scroll mode",
"shortName": "DRAGSCROLL_MODE_TOGGLE"
{"name": "L_DragScroll_TOG",
"title": "Toggle left trackball between normal and drag scroll mode",
"shortName": "LEFT_DRAGSCROLL_MODE_TOGGLE"
},
{"name": "R_DPI_INC",
"title": "Increase trackball sensitivity on right hand",
"shortName": "RIGHT_POINTER_DEFAULT_DPI_FORWARD"
},
{"name": "R_DPI_DEC",
"title": "Decrease trackball sensitivity on right hand",
"shortName": "RIGHT_POINTER_DEFAULT_DPI_REVERSE"
},
{"name": "R_SNP_INC",
"title": "Increase right trackball sensitivity when in sniping mode",
"shortName": "RIGHT_POINTER_SNIPING_DPI_FORWARD"
},
{"name": "R_SNP_DEC",
"title": "Decrease right trackball sensitivity when in sniping mode",
"shortName": "RIGHT_POINTER_SNIPING_DPI_REVERSE"
},
{"name": "R_Snipe",
"title": "Reduce right trackball sensitivity while held",
"shortName": "RIGHT_SNIPING_MODE"
},
{"name": "R_SNP_TOG",
"title": "Toggle right trackball between normal and sniping mode",
"shortName": "RIGHT_SNIPING_MODE_TOGGLE"
},
{"name": "R_DragScroll",
"title": "Make right trackball behave as a scroll wheel while held",
"shortName": "RIGHT_DRAGSCROLL_MODE"
},
{"name": "R_DragScroll_TOG",
"title": "Toggle right trackball between normal and drag scroll mode",
"shortName": "RIGHT_DRAGSCROLL_MODE_TOGGLE"
}
],
"matrix": {
Expand Down

0 comments on commit 281a883

Please sign in to comment.