How to make a USB-connected PC volume control button with Arduino

Using an Arduino, I made a USB-connected volume control button that can turn up, turn down, or mute the volume of a PC. There are many different types of Arduino, but we will use the Arduino Micro, which has a microcontroller called ATmega32U4. The ATmega32U4 has the ability to handle UBS, allowing…