I'm trying to program an ATtiny85 chip with an arduino uno to make it function as a 3 button keyboard for my computer (hoping to make it functional on both Mac and PC). I am using the DigiKeyboard.h library and I am following these instructions (GitHub - duckythescientist/BinaryKeyboard: 1 and 0 are the only keys a true programmer needs) but I can't tell whether or not my code actually uploaded properly or not because the buttons won't do anything when I plug it into my computer. In order to understand what is going on, I would first like to get it to simply print 1s and 0s when the keys are pressed like a normal keyboard, but I'm not quite sure how the button press translates to typing in the code that is provided in github? Help please? I'm not all that experienced with this stuff. Thanks!
(Have set up for windows mode upon plug in and have played around with alt-x and alt-+ for windows unicode compatibility but still nothing)