Skip to content

Commit

Permalink
added export for keyboard start-offset map
Browse files Browse the repository at this point in the history
  • Loading branch information
catapart committed Sep 29, 2023
1 parent e23fd8c commit 6456ddd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/polite-cars-prove.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"magnit-synth": patch
---

added export for keyboard start-offset map
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export namespace MagnitSynth
/**
* Number of Keyboard Keys mapped to starting register offset
*/
const Keyboard_LengthToStartOffsetMap = new Map<number, number>([
export const Keyboard_LengthToStartOffsetMap = new Map<number, number>([
[88, -48],
[61, -33],
[49, -21],
Expand Down

0 comments on commit 6456ddd

Please sign in to comment.