Skip to content

Commit

Permalink
Rename configureEncoderMapping to configureEncoderMappings in dev…
Browse files Browse the repository at this point in the history
…ice config
  • Loading branch information
bjoluc committed Apr 24, 2024
1 parent b321e58 commit 38bc48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device-configs/icon_v1-m.ts
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ export const deviceConfig: DeviceConfig = {
}
},

configureEncoderMapping(defaultEncoderMapping, page) {
configureEncoderMappings(defaultEncoderMapping, page) {
const makeActivatorButtonSelector = (row: number, column: number) => (device: MainDevice) =>
(device as MainDevice<MainDeviceCustomElements>).customElements.buttonMatrix[1][row][column];

Expand Down

0 comments on commit 38bc48d

Please sign in to comment.