Skip to content

Commit

Permalink
fix: xkeys unable to show colours
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 14, 2023
1 parent bd55a8a commit 4793d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Surface/USB/Handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class IpcWrapper {
setVariable(name, value) {
process.send({ cmd: 'setVariable', id: this.#id, device: this.#devicePath, name, value })
}
xeysSubscribePages(pageCount) {
xkeysSubscribePages(pageCount) {
process.send({ cmd: 'xkeys-subscribePage', id: this.#id, device: this.#devicePath, pageCount })
}
}
Expand Down

0 comments on commit 4793d17

Please sign in to comment.