Skip to content

Commit

Permalink
fix: fixed defy-t3 key shape on Defy keyboard representation
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohernandez committed Aug 23, 2023
1 parent 18c1193 commit 4cc3cc9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/hardware/Key.js
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ function Key({
/>

<path
d="M40.217 49.017c-12.96-1.506-24.553-2.312-36.052-2.604a3.484 3.484 0 01-3.39-3.698L2.753 3.797A4 4 0 016.749 0h45.455c2.663 0 4.582 2.554 3.842 5.112L44.129 46.291a3.461 3.461 0 01-3.912 2.726z"
d="M3.373 52.798c10.562 2.114 19.562 5.316 28.455 9.835a3.438 3.438 0 004.48-1.257l29.376-43.195a3.51 3.51 0 00-1.375-4.956C44.42 4.053 30.29 1.228 14.143.95a3.51 3.51 0 00-3.651 2.774L.789 48.696a3.485 3.485 0 002.513 4.102h.07z"
className="keyAnimation"
stroke="#fff"
strokeWidth="1"
Expand Down
1 change: 1 addition & 0 deletions src/renderer/views/LayoutEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -1520,6 +1520,7 @@ class LayoutEditor extends React.Component {
const data = JSON.stringify(
{
device: info,
language: this.state.currentLanguageLayout,
layerNames,
keymap: layerData,
colormap: this.state.colorMap[currentLayer],
Expand Down

0 comments on commit 4cc3cc9

Please sign in to comment.