Skip to content

Commit

Permalink
add DR/DR'/DL/DL'/BR/BR' key mapping for twistyminx and qcubeminx
Browse files Browse the repository at this point in the history
  • Loading branch information
cs0x7f committed Oct 7, 2023
1 parent b7b1c62 commit 921c983
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
10 changes: 6 additions & 4 deletions src/js/twisty/qcubeminx.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,12 @@
return {
73: [mR, 1, 1, 3], //I R
75: [mR, -1, 1, 3], //K R'
// 87: [mB, 4, 1, 3], //W B
// 79: [mB, -4, 1, 3], //O B'
// 83: [mD, 4, 1, 3], //S D
// 76: [mD, -4, 1, 3], //L D'
87: [mBr, 1, 1, 3], //W Br
79: [mBr, -1, 1, 3], //O Br'
83: [mBli, 1, 1, 3], //S Dr
76: [mBli, -1, 1, 3], //L Dr'
67: [mBri, 1, 1, 3], //C Dl
188: [mBri, -1, 1, 3], //, Dl'
68: [mL, 1, 1, 3], //D L
69: [mL, -1, 1, 3], //E L'
74: [mU, 1, 1, 3], //J U
Expand Down
10 changes: 6 additions & 4 deletions src/js/twisty/twistyminx.js
Original file line number Diff line number Diff line change
Expand Up @@ -301,10 +301,12 @@
return {
73: [mR, 1, 1, 3], //I R
75: [mR, -1, 1, 3], //K R'
// 87: [mB, 4, 1, 3], //W B
// 79: [mB, -4, 1, 3], //O B'
// 83: [mD, 4, 1, 3], //S D
// 76: [mD, -4, 1, 3], //L D'
87: [mBr, 1, 1, 3], //W Br
79: [mBr, -1, 1, 3], //O Br'
83: [mBli, 1, 1, 3], //S Dr
76: [mBli, -1, 1, 3], //L Dr'
67: [mBri, 1, 1, 3], //C Dl
188: [mBri, -1, 1, 3], //, Dl'
68: [mL, 1, 1, 3], //D L
69: [mL, -1, 1, 3], //E L'
74: [mU, 1, 1, 3], //J U
Expand Down

0 comments on commit 921c983

Please sign in to comment.