Combine twho bootloader hex files

I have succesfully changed my Arduino UNO into hid, which would work like a keyboard and a mouse one at a time with one joystick, but I want that I use 2 joysticks and control both keyboard and mouse with only one arduino UNO. I think it requires to combine the two bootloaders hex files for keyboard and mouse, but I am not familiar with hex files. How do I combine them? And if it dosen't require to combine both files what should I do to use keyboard and mouse with one UNO.

hid??? Combining hex files will not work. You need to modify the source first that generated the hex file. Your code can accommodate two mice and keyboards if written properly. I suggest you get a copy of the Arduino Cookbook and skim it cover to cover then read sections pertinent to your project.

(8MB19MB, too big to post here)

2 Likes

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.