Skip to content
This repository has been archived by the owner on Mar 19, 2024. It is now read-only.

Commit

Permalink
refactor(BCR2000): remove superfluous mixxx control key and group for…
Browse files Browse the repository at this point in the history
… shift button
  • Loading branch information
git-developer committed Nov 22, 2020
1 parent 39c83ff commit 612e456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions res/controllers/generic-midi-controller-configuration.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ GenericMidiController.userConfig = function() {
components: [
{
type: e.ShiftButton, midi: [status, p.buttonRow1[3]],
options: {key: "touch_shift", group: "[Controls]", target: GenericMidiController}
options: {target: GenericMidiController}
},
{
type: e.RangeAwareEncoder, midi: [status, p.pushEncoderGroup1[0].encoder],
Expand Down Expand Up @@ -117,7 +117,7 @@ GenericMidiController.userConfig = function() {
components: [
{
type: e.ShiftButton, midi: [status, p.buttonRow1[7]],
options: {key: "touch_shift", group: "[Controls]", target: GenericMidiController}
options: {target: GenericMidiController}
},
{
type: e.RangeAwareEncoder, midi: [status, p.pushEncoderGroup1[4].encoder],
Expand Down

0 comments on commit 612e456

Please sign in to comment.