Skip to content

Commit

Permalink
joystick-profiles: Force joystick and function mappings update
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaellehmkuhl committed Dec 11, 2023
1 parent 1ce7889 commit fb5ec32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stores/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ export type controllerUpdateCallback = (
activeButtonActions: ProtocolAction[]
) => void

const protocolMappingKey = 'cockpit-protocol-mapping-v4'
const cockpitStdMappingsKey = 'cockpit-standard-mappings'
const protocolMappingKey = 'cockpit-protocol-mapping-v5'
const cockpitStdMappingsKey = 'cockpit-standard-mappings-v2'

export const useControllerStore = defineStore('controller', () => {
const joysticks = ref<Map<number, Joystick>>(new Map())
Expand Down

0 comments on commit fb5ec32

Please sign in to comment.