tmk
2173767a78
Remove INTERRUPT_CONTROL_ENDPOINT from converters
...
The LUFA feature can prevent converter's ISR from handing signal instantly.
The interrupt can block a while for Standard Device Requests and 500-1000us
for keyboard LED report.
2020-05-08 22:39:55 +09:00
tmk
bb67a8e48f
terminal_usb: Add note for pull-up resistors
2019-11-12 15:49:23 +09:00
tmk
14a3b33f35
terminal_usb: Change keymap for hidden keys
2019-11-12 15:41:19 +09:00
leragequit
54fd3340bf
Adding support for the IBM 102 Terminal Keyboard ( #1386304 ) ( #634 )
...
Adding support for the IBM 102 Terminal Keyboard ( #1386304 )
The 1386304 has a slightly different matrix than the 122/101 terminal keyboard.
2019-11-12 13:02:01 +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
tmk
6b1976d05b
terminal_usb: Fix pin configuration in README
2019-03-10 22:48:21 +09:00
Hunter King
eb3947fb96
Improve ASCII representation of 122 ( #544 )
...
* improve ASCII representation of 122
* fix oops
2018-03-31 08:28:25 +09:00
tmk
9ac2580687
terminal_usb: Change configuration in Makefile
2017-08-19 09:32:37 +09:00
tmk
1ad31539a6
Fix matrix.c to use new default impl.
2016-10-08 13:14:06 +09:00
tmk
8b509aa111
Fix Makefile for NKRO comment
2016-10-07 10:58:54 +09:00
tmk
7b31d1b9d9
Remove keymap read code from project directories
2016-08-29 13:54:44 +09:00
Peter Lebbing
965110a041
Add 101-key Model M terminal keyboard
2015-05-17 17:18:40 +02: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
tmk
06527bde4f
bluefruit, pjrc: Update protocols for new API
2015-01-03 12:09:41 +09:00
tmk
3750b16d2f
Fix README of terminal converter
2013-05-04 15:25:47 +09:00
tmk
95001dd6e4
Add support of Model F 122 terminal keyboard
...
- change initialize of keyboard in matrix_scan()
- keymap for 122 keys
- Mafilefie and config.h for LUFA and PS/2 USART
2013-05-04 14:46:42 +09:00
tmk
540d0700dc
Remove common/controller_teensy.h
2013-04-13 11:30:08 +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
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