according to the code: static uint8_t matrix[MATRIX_ROWS]; #define ROW(code) (code>>3) #define COL(code) (code&0x07) in converter/terminal_usb/matrix.c ROW is decided by bits 7-4 of scancode COL is decided by bits 2-0 of scancode
- change initialize of keyboard in matrix_scan() - keymap for 122 keys - Mafilefie and config.h for LUFA and PS/2 USART