techpaul / PS2KeyAdvanced

Arduino PS2 Keyboard FULL keyboard protocol support and full keys to integer coding
GNU Lesser General Public License v2.1
139 stars 27 forks source link

PS2KeyCode.h #9

Closed d-two closed 4 years ago

d-two commented 4 years ago

Please check your PS2KeyCode.h, i think your keycode is wrong...

define PS2_KC_STOP 0X38 -> 0X3B

techpaul commented 4 years ago

Spent some time checking through documents.

Yes that is a classic typo 8 and B and some fonts not so viewable.

Update going up soon.

For those who want to know what the key is, it is the multi-media STOP button as opposed to PLAY

techpaul commented 4 years ago

Thank you for pointing out the typo a new version is now released as V1.05