Hey there! Learning standard library arduino keybord, deal with all the keys on the keyboard , but I do not understand how to register additional multimidiynye keys such as volume up, volume down.
I assume that you have done a Google search ?
I found http://stefanjones.ca/blog/arduino-leonardo-remote-multimedia-keys/in about 5 seconds. Of course, I have no idea whether it works.
In the example on the Arduino reference is controlled by a wireless remote and I need the keys for arduino
I assume that you have done a Google search ?
Find the USB scancode for the key you want and add 136 to it before passing it to Keyboard.push(scancode).