diff --git a/teensy/teensy.ino b/teensy/teensy.ino index 4bcd26b..bb67541 100644 --- a/teensy/teensy.ino +++ b/teensy/teensy.ino @@ -70,7 +70,7 @@ static uint8_t usb_scanmap[256] = { 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', // keycodes 4-29 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', - '0', '1', '2', '3', '4', '5', '6', '7', '8', '9', // keycodes 30-39 + '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', // keycodes 30-39 PK_RET, // keycode 40 PK_ESC, // 41 PK_DEL, // 42