Skip to content

Commit f7593d5

Browse files
committed
fix(novationLaunchpadMiniMk2): Set narrower name to catch device
1 parent 8db0adb commit f7593d5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/app/devices/known-devices/novation-launchpad-mini-mk2.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { Selector, DeviceCategory } from '../device/device.types';
1+
import {Selector, DeviceCategory} from '../device/device.types';
22

33
/**
44
* Novation Launchpad Mini Mk2
@@ -8,7 +8,7 @@ import { Selector, DeviceCategory } from '../device/device.types';
88
export const novationLaunchpadMiniMk2: Selector = {
99
category: DeviceCategory.selector,
1010
manufacturer: 'Focusrite A.E. Ltd',
11-
name: 'Launchpad Mini MK2',
11+
name: 'Launchpad Mini MIDI',
1212
channels: {
1313
input: 'all',
1414
output: 1,
@@ -41,7 +41,7 @@ export const novationLaunchpadMiniMk2: Selector = {
4141
yellow: 62,
4242
green: 60,
4343
},
44-
get colorByState () {
44+
get colorByState() {
4545
return {
4646
inputOn: this.colors.red,
4747
inputOff: this.colors.black,
@@ -61,7 +61,7 @@ export const novationLaunchpadMiniMk2: Selector = {
6161
defaultDuration: 500,
6262
longClick: 400,
6363
},
64-
get bootSequence () {
64+
get bootSequence() {
6565
return {
6666
color: this.colors.red,
6767
sysex: {

0 commit comments

Comments
 (0)