Commit Graph

30 Commits (9179246a1d69024449829218aa7fb967d8ccc3f5)

Author SHA1 Message Date
tmk 05795cb003 Compensate timer during prower down 10 years ago
tmk c2d830c07c USB initialize when plug-in during battery powered 10 years ago
tmk 32997200f7 Fix NKRO code when NKRO is disable 10 years ago
tmk abe5edcaa7 Fix set LED for NKRO keyboard interface 11 years ago
tmk b03717a10c Unused endpoint of console OUT is commentout'd 11 years ago
tmk 22854eb71b 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
11 years ago
tmk 5e3f2d2b2e Make NKRO deafult when it is available
- NKRO is used only when keyboard_protocol = 1(report)
11 years ago
tmk ad4cba172b Move macro definitions from lufa.c to lufa.h 11 years ago
tmk a5d4a1f3e1 Return when ready check loop is timeouted(Fix #115) 11 years ago
tmk 532e100450 Add ps2_usart.c and fix set_led at USB wake 11 years ago
tmk 9d40be1990 Wait for USB starting up to make debug print available 11 years ago
tmk d267ee2ada Fix LUFA blocking during startup
- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
11 years ago
tmk 7d692c492c Fix USB initilaize on LUFA
- Add print messages of USB intialize procesure.
- call out sei() in earlier stage. LUFA API doc of USB_Init() says:
interrupts must be enabled within 500ms ... to ensure that the host does
not time out whilst enumerating the device
- remove matrix_init() from suspend_wakeup_init(). It is not needed in
  fact and if matrix_init() takes long time to initialize it prevents
host emnumerating the device.
11 years ago
tmk daa4a4235f Add NKRO support for LUFA 11 years ago
tmk 1eb67303ee Fix LUFA host driver for unconfigured state 12 years ago
tmk afc3148e23 Add supsend and wakeup to pjrc stack 12 years ago
tmk f0c5f1b910 Add breathing sleep LED during USB suspend 12 years ago
tmk 42f6ff0886 Add power down mode sleep and watchdog interrupt 12 years ago
tmk c8cfde0138 Add intial code of RemoteWakeUp 12 years ago
tmk e9e4c0edc5 Add support for LUFA-120730 12 years ago
tmk 16a583d7fd Fix usage of debug flag 12 years ago
tmk 4ae979f6ef Initial version of new code for layer switch is added. 12 years ago
tmk 45ea1874d6 Fix timeout logic of LUFA sendchar(), sned_*(). 12 years ago
tmk c5060ea819 test build of 'Host shield' in minimal env. 12 years ago
tmk 7350b7c6aa Fix the way of sending out IN packet.
This fixes problem that it losts keycode when send keycodes in row in layer.c.
Undef CONSOLE_ENABLE build option makes this problem clear.
12 years ago
tmk e075361b6f Add CONSOLE_ENABLE build option to LUFA. 12 years ago
tmk 8947029950 Interrupt driven Control ep and Console task 12 years ago
tmk a112f3614e confirm SetReport LED. 12 years ago
tmk f2ebac101d Add conditional compile for MOUSE_ENABLE and EXTRAKEY_ENABLE. 12 years ago
tmk cc68adeb57 Add protocol/lufa. LUFA supported now. 12 years ago