tmk
f5e487bc38
ps2_usb: Add Makefile.32u4
2019-09-10 07:54:36 +09:00
tmk
e7af17fec9
ps2_usb: Update README
2019-09-09 12:10:15 +09:00
tmk
a2e8a1b534
ps2_usb: Make build files clean
2019-09-09 11:50:11 +09:00
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
a88ad58342
core: Swap position of PEQL and PENT in unimap
2016-11-30 00:15:12 +09:00
tmk
ec60203fd7
ps2_usb: Support for hidden switch in model M
2016-11-30 00:15:12 +09:00
tmk
8b509aa111
Fix Makefile for NKRO comment
2016-10-07 10:58:54 +09:00
tmk
124bafe9f3
Fix matrix_clear() for new matrix API
2016-10-05 14:00:48 +09:00
tmk
1a7d1f9f4d
ps2_usb: Use standby mode in suspend
2016-10-04 16:08:06 +09:00
tmk
435a1d3341
ps2_usb: Fix set led status at startup
2016-10-04 10:21:57 +09:00
tmk
350897112b
ps2_usb: Add setting for suart debug
2016-10-04 10:21:46 +09:00
tmk
e21e6164ef
ps2_usb: Change unimap
2016-09-19 13:21:50 +09:00
tmk
f27e1bc7cf
ps2_usb: Add unimap
2016-09-17 11:53:20 +09:00
tmk
5ee5b6bd7e
ps2_usb: Change Makefiles
2016-09-17 11:44:54 +09:00
tmk
7b31d1b9d9
Remove keymap read code from project directories
2016-08-29 13:54:44 +09:00
tmk
c04b6bec89
Fix: Use action_t in keymap files
2016-08-29 13:54:44 +09:00
tmk
6527e1d98a
ps2_usb: Fix for VUSB configuration
2016-03-19 08:08:49 +09:00
tmk
449b31c18b
mbed build workaround for #212
2016-02-19 14:40:33 +09:00
tmk
5f06f26e03
ps2_usb: Fix for V-USB build
2015-07-12 06:32:53 +09:00
tmk
448aa73c39
ps2_usb: Fix for mbed build
2015-07-12 06:24:39 +09:00
Jun Wako
6014d1014e
ps2_usb: Fix pin configuration
2015-05-18 14:01:53 +09:00
tmk
7860d09914
Change TMK_DIR setting
2015-04-10 01:53:24 +09:00
tmk
b4e2d325f3
Change TOP_DIR to TMK_DIR in makefiles
2015-04-09 16:20:42 +09:00
Jun Wako
75a59e4d12
Update makefiles to mbed-sdk 14666bb
2015-01-04 17:21:42 +09:00
tmk
363950982a
Merge branch 'rn42' into merge_rn42
...
Conflicts:
.gitignore
common.mk
common/debug_config.h
common/print.h
2014-11-24 13:50:33 +09:00
Jun Wako
eb90ed6238
ps2_usb: Fix README
2014-11-20 16:47:40 +09:00
Stefan Mark
93915040e7
fixed vusb variant of converter ps2usb
2014-11-13 12:07:56 +01:00
tmk
4c8e0fd0bd
Port ps2_usb to mbed
2014-07-30 14:07:43 +09:00
TiBounise
91b65c0a54
Fixing typo
2014-06-20 18:43:57 +02:00
tmk
aad92d81cb
Fix keymap of ps2_usb
2014-06-12 17:33:02 +09:00
tmk
7209c1d387
Add Makefiles for TMK converters.
2014-04-29 19:43:25 +09:00
Thomas Russell Murphy
3ee5f565ae
Spellchecking converter README files.
2014-01-07 11:03:18 +09:00
tmk
c9dee36e42
Make ps2_usart default and fix SpaceFN
2013-12-02 12:04:50 +09:00
tmk
e3bcdd8211
Add SpaceFN keymap and JIS keymap
2013-11-29 23:52:29 +09:00
tmk
0b9c0f6012
Add new keymap file
2013-11-28 16:00:16 +09:00
tmk
10b2b1ae43
Fix key stack and PS/2 Overrun
2013-11-28 15:50:55 +09:00
tmk
9d26053f1c
Fix ps2_host_recv_response
2013-11-26 14:31:57 +09:00
tmk
9ae9742ac5
Add ps2_busywait.c and recfactor PS/2 protocol
2013-11-25 17:43:26 +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
353a9b56e6
Fix BOOTLOADER_SIZE setting
2013-03-29 11:31:21 +09:00
tmk
8a81986191
Fix keymap to adjust new keyboard.c.
2012-10-19 15:33:02 +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
tmk
2769f09d11
Fix Makefiles.
2012-06-30 14:44:59 +09:00
tmk
afb0846208
Made directories for keyboard and converter projects.
2012-06-08 13:32:38 +09:00