tmk
|
59fc299e15
|
USB initialize when plug-in during battery powered
|
2014-11-20 17:24:56 +09:00 |
|
tmk
|
6804a4516e
|
Add flow control by firmware to serial_uart
|
2014-07-30 14:38:26 +09:00 |
|
tmk
|
77776156fb
|
Change buffer size: 256 bytes
|
2014-07-30 14:38:26 +09:00 |
|
tmk
|
54bb39d592
|
Add LED indicator support in mbed
|
2014-07-30 14:07:43 +09:00 |
|
tmk
|
daf232794e
|
Port ps2_usb to mbed
|
2014-07-30 14:07:43 +09:00 |
|
tmk
|
1b23028a38
|
Fix build files for mbed
|
2014-07-30 14:07:43 +09:00 |
|
tmk
|
472603fe3e
|
Just ignore ADB Service Request
- to support Adjustable keyboard(composite device?)
|
2014-07-21 18:17:52 +09:00 |
|
tmk
|
b75ece52a2
|
Fix NKRO code when NKRO is disable
|
2014-07-20 00:31:40 +09:00 |
|
tmk
|
dd73ce4a6b
|
Fix debug print of ps2_mouse
|
2014-06-15 14:04:16 +09:00 |
|
tmk
|
6f66f9955c
|
Fix set LED for NKRO keyboard interface
|
2014-04-29 19:46:37 +09:00 |
|
tmk
|
81a928d9e3
|
Unused endpoint of console OUT is commentout'd
|
2014-04-29 19:45:01 +09:00 |
|
tmk
|
a1f49ff8c1
|
Fix remotewakeup of PJRC stack(Fix #121)
- without this fix wakeup often fails
- keyboard can wakeup once or twice but fails after that
|
2014-04-28 16:41:35 +09:00 |
|
tmk
|
efc983a07d
|
Check if LUFA-git really exists(Fix #118)
|
2014-04-28 08:55:07 +09:00 |
|
tmk
|
ca8de4f93d
|
NKRO is disable when SET_PROTOCOL(boot)
- Command can force to enable NKRO even when boot mode
- After boot keyboard may be in boot mode due to BIOS' request
|
2014-04-27 05:36:41 +09:00 |
|
tmk
|
b0a91cd565
|
Make NKRO deafult when it is available
- NKRO is used only when keyboard_protocol = 1(report)
|
2014-04-27 04:16:49 +09:00 |
|
tmk
|
4975e79845
|
Add LUFA git repository(release 140302)
|
2014-04-25 13:39:35 +09:00 |
|
tmk
|
82415ef515
|
Move macro definitions from lufa.c to lufa.h
|
2014-04-25 12:19:14 +09:00 |
|
tmk
|
7707f6ab10
|
Change LUFA build options
|
2014-04-24 11:26:06 +09:00 |
|
tmk
|
8b4822d40c
|
Return when ready check loop is timeouted(Fix #115)
|
2014-04-22 01:37:32 +09:00 |
|
tmk
|
9dcb2b3a7e
|
Change PollingIntervalMS to 10ms(Fix #114)
|
2014-04-21 12:18:12 +09:00 |
|
tmk
|
464caa1c31
|
Add doc 4704.txt and protocol comment
|
2014-02-10 11:05:18 +09:00 |
|
tmk
|
22e0d9785e
|
Change error no and clean debug code
|
2014-02-10 06:46:43 +09:00 |
|
tmk
|
4150bec5c9
|
Add Initial files of 4704_usb
|
2014-02-09 02:42:17 +09:00 |
|
Benjamin Gould
|
9ec861c7e0
|
Added NeXT keyboard converter
|
2014-01-06 17:07:10 -05:00 |
|
tmk
|
90cfee5191
|
Merge pull request #81 from bgould/master
Add support for Adafruit's Bluefruit
|
2013-11-27 23:23:08 -08:00 |
|
tmk
|
83634bfa2c
|
Add included header file and fix debug print
|
2013-11-28 14:44:59 +09:00 |
|
tmk
|
90c6f003ec
|
Add ps2_interrupt.c
|
2013-11-28 14:20:00 +09:00 |
|
tmk
|
7d193e2440
|
Add ps2_usart.c and fix set_led at USB wake
|
2013-11-28 11:31:48 +09:00 |
|
Benjamin Gould
|
a28376e930
|
changed tabs to spaces in bluefruit.c
|
2013-11-27 00:32:20 -05:00 |
|
Benjamin Gould
|
0b5af532ed
|
Added bluefruit protocol and converter for 70% M
|
2013-11-27 00:24:57 -05:00 |
|
tmk
|
00c71f2d21
|
Fix ps2_host_recv_response
|
2013-11-26 14:31:57 +09:00 |
|
tmk
|
084bdb977e
|
Add ps2_busywait.c and recfactor PS/2 protocol
|
2013-11-25 17:43:26 +09:00 |
|
tmk
|
5e04455b08
|
Merge branch 'ps2_mouse_fix'
|
2013-11-21 13:01:47 +09:00 |
|
tmk
|
591c588079
|
Fix PS/2 USART version
|
2013-11-21 12:23:29 +09:00 |
|
tmk
|
20d283ea0c
|
Fix interrupt version of ps2.c
|
2013-11-21 10:29:29 +09:00 |
|
tmk
|
ec0e762ea5
|
Add build options of ps2_mouse
|
2013-11-20 15:28:58 +09:00 |
|
tmk
|
a045313fa3
|
Fix to build ps2_mouse with both LUFA and PJRC
- change API of ps2_mouse; ps2_mouse_task()
- remove mouse_report from host.c
|
2013-11-20 11:32:09 +09:00 |
|
tmk
|
8e8d2cc53d
|
Fix delay of PS/2 mouse init
|
2013-11-19 03:25:31 +09:00 |
|
tmk
|
448d2ed1f8
|
Wait for USB starting up to make debug print available
|
2013-11-19 03:20:25 +09:00 |
|
tmk
|
90e0dfe75f
|
Add cli() to protoect ADB critical timing part
|
2013-11-08 04:25:22 +09:00 |
|
tmk
|
755b81f0ad
|
Fix PS/2 mouse support
|
2013-11-02 04:30:08 +09:00 |
|
tmk
|
74eb8aef99
|
Tweak time values of busywait PS/2
|
2013-11-02 03:07:59 +09:00 |
|
tmk
|
98a6519a61
|
Merge blargg's fix into adb.c
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
|
2013-10-14 23:37:05 +09:00 |
|
tmk
|
060f222c77
|
Change ADB scan delay 12ms
|
2013-10-09 12:20:03 +09:00 |
|
tmk
|
19e19f1857
|
Fix ADB missing keystrokes problem Thanks, blargg! #14
- Add delay between scans to prevent overlaod of ADB keyboard controllers
- <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
|
2013-10-08 12:23:25 +09:00 |
|
tmk
|
1e26700507
|
Fix build error and debug print PJRC stack #69 #68
|
2013-10-08 10:49:13 +09:00 |
|
tmk
|
44bee03114
|
Remove clear matrix on ADB recv error
|
2013-10-04 15:03:42 +09:00 |
|
tmk
|
4eb4ccf713
|
Merge branch 'm0110_keymap_section'
|
2013-09-25 21:08:41 +09:00 |
|
tmk
|
22f44f9551
|
Add M0120 scan code diagram
|
2013-09-25 15:20:21 +09:00 |
|
tmk
|
0e22053d35
|
Fix LUFA blocking during startup
- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
|
2013-09-25 12:23:14 +09:00 |
|