Hi there,
I'm having trouble trying to use the Consumer Keyboard from the HID Project library from Nico Hood, while having a screen connected (128x64 i2c) using the Adafruit libraries. I want to use the Media buttons through a custom function. When I make an Adafruit_SSD1306 class, those buttons are not sent anymore using my function, but if I send them directly they work. I don't have any delays or Serial.print lines in my code. I have tested with Serial.print and when pressing the buttons, the code runs the function, but it does not enter into the if else chain, so it doesn't send the keypress. But removing the line where I create the Adafruit class, it enters into the if else.
Thanks in advance!