aboutsummaryrefslogtreecommitdiff
path: root/include/06.keyboard/keyboard04.c
blob: cc6e7d55466a1f3393c0e79d9a98b3bfcb34cbe8 (plain)
1
2
3
4
5
6
char charcode[256];
char shift_charcode[256];
bool ispressed[128];
#define lshift ispressed[0x2A]
#define rshift ispressed[0x36]
#define lctrl ispressed[0x1D]