tmk_keyboard/converter
You Xiaojie / 尤晓杰 8bb1c010fa Correct the comments of matrix ROW and COL. (#600)
according to the code:
static uint8_t matrix[MATRIX_ROWS];
#define ROW(code)      (code>>3)
#define COL(code)      (code&0x07)
in converter/ps2_usb/matrix.c
ROW is decided by bits 7~4 of scancode
COL is decided by bits 2~0 of scancode
2019-03-18 08:01:15 +09:00
..
adb_usb adb_usb: Add debug print for handler_id 2018-04-17 10:55:29 +09:00
ibm4704_usb ibm4704_usb: Add support 50-key on unimap editor 2018-04-27 16:39:20 +09:00
m0110_usb core: Swap position of PEQL and PENT in unimap 2016-11-30 00:15:12 +09:00
news_usb news_usb: Fix README 2017-07-17 07:22:20 +09:00
next_usb core: Swap position of PEQL and PENT in unimap 2016-11-30 00:15:12 +09:00
pana_m8 pana_m8: Change keymap 2017-08-21 23:24:11 +09:00
pc98_usb pc98_usb: Add Makefile.32u4 2018-10-16 00:38:39 +09:00
ps2_usb Correct the comments of matrix ROW and COL. (#600) 2019-03-18 08:01:15 +09:00
sun_usb sun_usb: Fix keymap code 2016-12-21 11:06:47 +09:00
terminal_usb terminal_usb: Fix pin configuration in README 2019-03-10 22:48:21 +09:00
usb_usb usb_usb: Update README and firmware hex file 2018-11-12 10:51:41 +09:00
x68k_usb x68k_usb: Add unimap 2017-05-08 16:10:37 +09:00
xt_usb xt_usb: Fix */PrtSc key issue #552 2018-10-06 22:37:16 +09:00