Skip to content

Instantly share code, notes, and snippets.

View Uemerson's full-sized avatar
🎯
Focusing

Uemerson Pinheiro Junior Uemerson

🎯
Focusing
  • ML Engineer | Back-end Developer | Technology teacher
  • Brasil
View GitHub Profile
#include "DigiKeyboard.h"
// Teclas universais (códigos HID)
#define KEY_MINUS 45
#define KEY_SLASH 56
#define KEY_SPACE 44
#define KEY_COLON 33 // Shift + ;
#define KEY_TAB 43
//#define KEY_SLASH 0x38 // Código físico para tecla '/'
#define KEY_BACKSLASH 0x31