Skip to content

Commit

Permalink
fix(novationLaunchpadMiniMk2): Set narrower name to catch device
Browse files Browse the repository at this point in the history
  • Loading branch information
bamdadfr committed Apr 22, 2022
1 parent 8db0adb commit f7593d5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/devices/known-devices/novation-launchpad-mini-mk2.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Selector, DeviceCategory } from '../device/device.types';
import {Selector, DeviceCategory} from '../device/device.types';

/**
* Novation Launchpad Mini Mk2
Expand All @@ -8,7 +8,7 @@ import { Selector, DeviceCategory } from '../device/device.types';
export const novationLaunchpadMiniMk2: Selector = {
category: DeviceCategory.selector,
manufacturer: 'Focusrite A.E. Ltd',
name: 'Launchpad Mini MK2',
name: 'Launchpad Mini MIDI',
channels: {
input: 'all',
output: 1,
Expand Down Expand Up @@ -41,7 +41,7 @@ export const novationLaunchpadMiniMk2: Selector = {
yellow: 62,
green: 60,
},
get colorByState () {
get colorByState() {
return {
inputOn: this.colors.red,
inputOff: this.colors.black,
Expand All @@ -61,7 +61,7 @@ export const novationLaunchpadMiniMk2: Selector = {
defaultDuration: 500,
longClick: 400,
},
get bootSequence () {
get bootSequence() {
return {
color: this.colors.red,
sysex: {
Expand Down

0 comments on commit f7593d5

Please sign in to comment.