Skip to content

Commit

Permalink
sketris-dev input update
Browse files Browse the repository at this point in the history
  • Loading branch information
MxMossy committed Dec 16, 2023
1 parent ec5ff07 commit 9788db1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions sketris-dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -239,18 +239,18 @@ <h4>Hold:</h4>
<button id="holdKeyButton">change</button>
</div>
<div class="setting">
<h4>Rotate Clockwise:</h4>
<h4>Rotate Counterclockwise:</h4>
<div class="key">
<p id="crKeyText" ></p>
<p id="ccrKeyText" ></p>
</div>
<button id="crKeyButton">change</button>
<button id="ccrKeyButton">change</button>
</div>
<div class="setting">
<h4>Rotate Counterclockwise:</h4>
<h4>Rotate Clockwise:</h4>
<div class="key">
<p id="ccrKeyText" ></p>
<p id="crKeyText" ></p>
</div>
<button id="ccrKeyButton">change</button>
<button id="crKeyButton">change</button>
</div>
<div class="setting">
<h4>Rotate 180:</h4>
Expand Down
2 changes: 1 addition & 1 deletion sketris-dev/main.js

Large diffs are not rendered by default.

0 comments on commit 9788db1

Please sign in to comment.