I'm looking for a way to intercept key presses from a certain keyboard (so not general keyboard input) and prevent Windows and other apps from receiving any key presses from this keyboard, essentially creating a macro keyboard.
I'm trying to create an app which would mask the keyboard as a MIDI device to help me with controlling my DAW.
I have an Arduino if this is impossible to do with software only.