Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
momentollogy committed Apr 18, 2023
1 parent 4483300 commit 6a69f78
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ <h1>Arduino Piano Buzzer Song Creator V1 <br> <small>by momentollogy</small><br>
'NOTE_E5': 59,
'NOTE_F5': 222,
'NOTE_Fs5': 221,
'NOTE_G5': 220,
'NOTE_G5': 220,

};

Expand All @@ -255,7 +255,7 @@ <h1>Arduino Piano Buzzer Song Creator V1 <br> <small>by momentollogy</small><br>
85: 'U',
79: 'O',
80: 'P',
221: '[',
221: ']',
};

document.querySelectorAll('.key.black').forEach((key) => {
Expand Down

0 comments on commit 6a69f78

Please sign in to comment.