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
tmk
ec60203fd7
ps2_usb: Support for hidden switch in model M
2016-11-30 00:15:12 +09:00
tmk
6527e1d98a
ps2_usb: Fix for VUSB configuration
2016-03-19 08:08:49 +09:00
Jun Wako
6014d1014e
ps2_usb: Fix pin configuration
2015-05-18 14:01:53 +09:00
tmk
10b2b1ae43
Fix key stack and PS/2 Overrun
2013-11-28 15:50:55 +09:00
tmk
04c9501574
Fix Makfile and config.h for LUFA in ps2_usb
2013-11-25 11:25:44 +09:00
tmk
b9fe36f237
Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs
2013-10-28 11:43:45 +09:00
tmk
ee109d68d6
Delete MOUSEKEY_DELAY_TIME in config.h
2013-10-28 11:32:19 +09:00
tmk
540d0700dc
Remove common/controller_teensy.h
2013-04-13 11:30:08 +09:00
tmk
ce2e06c394
Fix projects for new keycodes
2012-10-17 21:43:44 +09:00
tmk
1ac674db66
Fix PS/2 protocol build options
2012-10-14 20:06:50 +09:00