tmk
1e0af6809d
lufa: Fix Change debug print message
2019-05-07 00:07:19 +09:00
tmk
55443fabb7
core: Avoid deadlock when uart.c is used in ISR
2019-05-07 00:07:19 +09:00
tmk
292cc939ec
lufa: Fix for UART debug print
2019-05-07 00:07:19 +09:00
tmk
527bdbbcbd
usb_usb: Add debug print for low level
2019-05-07 00:07:19 +09:00
tmk
88ce6ff9bf
lufa: This prevents resume when debug
2019-05-07 00:07:06 +09:00
tmk
e23520662d
lufa: Add debug print support with UART
2019-05-07 00:06:54 +09:00
tmk
c41e48a0ab
core: Fix uart.c for ATmega32U4
2019-04-21 11:55:47 +09:00
You Xiaojie / 尤晓杰
494faeb488
Correct the comments of matrix ROW and COL. ( #604 )
...
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
2019-03-18 15:47:07 +09:00
You Xiaojie / 尤晓杰
826a107526
Redefine GRV,CAPS,RALT and RCTL ( #596 )
2019-03-18 08:03:04 +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
You Xiaojie / 尤晓杰
bf030f5420
Correct typo for linux "showkey" command ( #603 )
2019-03-18 07:55:40 +09:00
You Xiaojie / 尤晓杰
53f7770217
Correct two errors of keycode.txt ( #594 )
2019-03-13 08:37:46 +09:00
tmk
6b1976d05b
terminal_usb: Fix pin configuration in README
2019-03-10 22:48:21 +09:00
tmk
feebc23563
core: System control key descriptor fix #435
...
https://github.com/qmk/qmk_firmware/pull/963
2019-01-26 08:42:20 +09:00
tmk
d0b91ca319
usb_usb: Update README and firmware hex file
2018-11-12 10:51:41 +09:00
rxy0424
8345571e1d
make some change to complie stm32_f103_onekey with new version of Chibios ( #583 )
2018-11-07 08:08:08 +09:00
tmk
a0b5bf4b67
usb_usb: usb_hid: Change for USB_Host_Shield_2.0
2018-10-31 09:35:30 +09:00
tmk
23037e108f
usb_hid: Add USB_Host_Shield_2.0 submodule
2018-10-31 09:35:30 +09:00
tmk
2005c88842
usb_hid: Remove USB_Host_Shield_2.0
2018-10-31 09:35:30 +09:00
tmk
aa5dd8fccf
lufa: usb-usb: Use LUFA startup instead of cusotom
...
- Change keyboard_init() timing and matrix_scan() is called in USB
startup wait loop for FC660C
- FC660C startup seems to be faster and it doesn't work without this fix
when plugin the keyboard and converter at same time
2018-10-31 09:35:30 +09:00
Konstantin Đorđević
a159172951
Fix header guard in tmk_core/common/command.h ( #581 )
2018-10-31 09:34:01 +09:00
tmk
00f5ed3210
core: Update console startup for hid_listen
2018-10-16 00:40:14 +09:00
tmk
1efd16e7c8
pc98_usb: Add Makefile.32u4
2018-10-16 00:38:39 +09:00
tmk
fddc6a7b47
pc98_usb: Fix RDY line and startup for PC-9801V
2018-10-16 00:24:29 +09:00
tmk
594d7d85da
xt_usb: Fix */PrtSc key issue #552
2018-10-06 22:37:16 +09:00
tmk
fb248461b8
xt_usb: Update binary
2018-09-23 13:56:28 +09:00
tmk
e3d7b50f63
Merge branch 'console_ringbuf_fix'
2018-09-23 13:53:20 +09:00
tmk
06e3f84856
xt_usb: Fix scan code print for debug
2018-09-23 12:36:18 +09:00
tmk
b6cc5394b8
xt_usb: Change ring buffer and control Data line
2018-09-23 12:36:18 +09:00
tmk
b7d80d8b0e
core: lufa: Fix wait for console startup
2018-09-23 12:36:18 +09:00
tmk
5b9da20efa
core: lufa: Fix timeout of send_keyboard
...
Change 128*40us(5.12ms) to 128*80us(10.24ms) for 6KRO
2018-09-23 12:36:18 +09:00
tmk
ffb52ab0c9
core: lufa: Fix console output and init sequence
...
console_putc:
Linux: works very well in general
Windows: also works very well and connection seems to be faster than Linux
Mac: to be: confirmed
NOTE: long session of matrix_print still blocks keyboard_task in main loop
and prevents it from sending keyboard report.
XT protocol buffer overflow occurs when slamng on keys
TODO: check when print functions are called in ISR
2018-09-23 12:36:18 +09:00
tmk
6632802c79
core: Add ring buffer file
2018-09-23 12:36:18 +09:00
tmk
4650d2e575
Merge branch 'pc98_update'
2018-09-08 21:25:41 +09:00
tmk
5d24932e78
pc98_usb: Update reset and LED control command
2018-09-08 21:23:30 +09:00
tmk
cb1f428488
pc98_usb: Remove keymap.c of rakuraku support
2018-09-08 09:35:24 +09:00
tmk
f57b7b9087
pc98_usb: Add ATMega32u4 support
2018-09-08 09:34:50 +09:00
tmk
effdef4187
pc98_usb: Fix pin configuration in README
2018-08-20 10:22:37 +09:00
tmk
428d904541
usb_usb: Update binary
2018-08-01 22:39:41 +09:00
tmk
c0c67e2022
usb_usb: Add Cheery 0101010101010101 bug fix
...
https://geekhack.org/index.php?topic=69169.msg2638223#msg2638223
2018-08-01 22:34:22 +09:00
tmk
dab922c86c
pc98_usb: Update README
2018-07-23 09:53:35 +09:00
tmk
0d27991731
pc98_usb: unimap for RakuRaku keyboard
2018-07-22 22:57:21 +09:00
tmk
f9ceb7d1e1
pc98_usb: Add unimap for usual pc98 layout
2018-07-21 16:42:17 +09:00
tmk
dd543150b4
rule.mk: Add dfu-programmer version check again
...
- ubuntu 18.04 still uses old 0.6.1
2018-07-05 23:43:12 +09:00
tmk
c2ce617a36
usb_usb: Fix startup block bug
...
- This bug occurs when sending LED out report before keyboard becomes ready
- Ckecking with isReady() before using SetReport() solves this
- Slow startup keyboard like TMK trrigers this bug and Linux shows following error just after plugin converter
usb 3-1: device descriptor read/64, error -62
2018-07-05 23:40:55 +09:00
tmk
f8276ddb57
fc660c: Change keymap
2018-06-16 14:45:36 +09:00
tmk
cf6df9db5f
pc98_usb: Update keymap
2018-06-10 12:50:38 +09:00
tmk
9977fd5140
Merge branch 'pc98_update'
2018-06-07 22:22:04 +09:00
tmk
881b93687d
pc98_usb: Update README
2018-06-07 17:29:13 +09:00
tmk
d6c1643edf
pc98_usb: Update protocol commands
2018-06-07 17:22:08 +09:00