Skip to content

Commit

Permalink
remove additional addDevice
Browse files Browse the repository at this point in the history
changeKeys calls this
  • Loading branch information
josephdadams committed Dec 26, 2024
1 parent 762cc74 commit 9e0eb1a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ipcHandlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export function initializeIpcHandlers() {
setTimeout(() => {
global.satellite?.removeDevice()
global.satellite?.changeKeys(keysTotal, keysPerRow, bitmapSize)
global.satellite?.addDevice()
}, 800)
}
})
Expand Down

0 comments on commit 9e0eb1a

Please sign in to comment.