Skip to main content
Copy edited (e.g. ref. <en.wiktionary.org/wiki/update#Verb>, <en.wiktionary.org/wiki/cause#Noun> <en.wiktionary.org/wiki/volume#Noun>, <en.wiktionary.org/wiki/functionality#Noun>, and <en.wiktionary.org/wiki/can#Verb>). Removed meta information (this belongs in comments).
Source Link

ifIf you are getting ceroszeros, the most probably cousecause is it's the library for the IR. Reinstall or updeateupdate the library, sometimes. Sometimes you have to reinstall more than one time. That should work. About

About media keys, the keyboard library doesn't have media keys funccionallityfunctionality, so you need to use another one. ThisThis one worked for me: https://github.com/NicoHood/HID after

After you install this library, you have to change your code. The code for pressing media keys is different, you. You have to use Consumer.writeConsumer.write, for example Consumer.write(MEDIA_VOLUME_UP) for vulme, Consumer.write(MEDIA_VOLUME_UP) for volume up. You cab You can find the name of every key here: https://github.com/NicoHood/HID/wiki/Consumer-API

forFor normal keys, just use Keyboard.write() if. If you want i, I can send you the code I made to do this.

I hope this was helpfull

if you are getting ceros, the most probably couse it's the library for the IR. Reinstall or updeate the library, sometimes you have to reinstall more than one time. That should work. About media keys, the keyboard library doesn't have media keys funccionallity, so you need to use another one. This one worked for me https://github.com/NicoHood/HID after you install this library you have to change your code. The code for pressing media keys is different, you have to use Consumer.write for example Consumer.write(MEDIA_VOLUME_UP) for vulme up. You cab find the name of every key here https://github.com/NicoHood/HID/wiki/Consumer-API

for normal keys just use Keyboard.write() if you want i can send you the code I made to do this.

I hope this was helpfull

If you are getting zeros, the most probably cause is it's the library for the IR. Reinstall or update the library. Sometimes you have to reinstall more than one time. That should work.

About media keys, the keyboard library doesn't have media keys functionality, so you need to use another one. This one worked for me: https://github.com/NicoHood/HID

After you install this library, you have to change your code. The code for pressing media keys is different. You have to use Consumer.write, for example, Consumer.write(MEDIA_VOLUME_UP) for volume up. You can find the name of every key here: https://github.com/NicoHood/HID/wiki/Consumer-API

For normal keys, just use Keyboard.write(). If you want, I can send you the code I made to do this.

Source Link

if you are getting ceros, the most probably couse it's the library for the IR. Reinstall or updeate the library, sometimes you have to reinstall more than one time. That should work. About media keys, the keyboard library doesn't have media keys funccionallity, so you need to use another one. This one worked for me https://github.com/NicoHood/HID after you install this library you have to change your code. The code for pressing media keys is different, you have to use Consumer.write for example Consumer.write(MEDIA_VOLUME_UP) for vulme up. You cab find the name of every key here https://github.com/NicoHood/HID/wiki/Consumer-API

for normal keys just use Keyboard.write() if you want i can send you the code I made to do this.

I hope this was helpfull