I tested an ESP using the "not split keyboard" configuration, and it works perfectly. However, when I enable the following code:
#define MASTER // undefine if you are not flashing the main controller
#define SPLIT_MASTER
I encounter an issue where pressing a key keeps it pressed until I turn off or restart the ESP32. The same issue occurs when I press any key on the SLAVE.
Hello.
I tested an ESP using the "not split keyboard" configuration, and it works perfectly. However, when I enable the following code:
I encounter an issue where pressing a key keeps it pressed until I turn off or restart the ESP32. The same issue occurs when I press any key on the SLAVE.
Is there something I am doing wrong?