Надо читать документацию к библиотекам перед их использованием:
A word of caution on using the Mouse and Keyboard libraries: if the Mouse or Keyboard library is constantly running, it will be difficult to program your board. Functions such as Mouse.move() and Keyboard.print() will move your cursor or send keystrokes to a connected computer and should only be called when you are ready to handle them. It is recommended to use a control system to turn this functionality on, like a physical switch or only responding to specific input you can control. Refer to the Mouse and Keyboard examples for some ways to handle this.
Судя по всему Вы не просто 10000 символов шлёте, но ещё и в бесконечном цикле это делаете.
Как эту плату оживить, уже написали - попробовать жать после компиляции но перед загрузкой ресет, либо программировать через spi. В будущем таких скетчей не делать.