summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-06-11Moved protocol files; news and x68k.tmk16-29/+38
2012-06-08Made directories for keyboard and converter projects.tmk99-165/+191
2012-06-07Fixed Makefile to adjust new directories.tmk21-53/+84
2012-06-06Moved files to common, protocol and doc directorytmk98-210/+0
2012-05-27Merge branch 'fix_layer_delay'tmk3-19/+75
2012-05-27Add keyboard report debug print on V-USB.tmk1-2/+7
2012-05-27Change MCU to atmega328p in hhkb/Makeilfe.vusb.tmk1-2/+2
2012-05-27Update M0110 keymap and add a Make target 'hasu'.tmk3-25/+41
2012-05-27FIX: layer switching bug when Fn has no keycode.tmk3-19/+75
2012-05-24Merge branch 'm0110a'tmk10-297/+627
2012-05-21Fix key stuck bug of M0110A support.tmk6-135/+213
2012-05-17Fix M0110A keymap.tmk1-1/+1
2012-05-15Fix bug on RAW2SCAN. Add work around for M0110A.tmk7-195/+223
2012-05-11Added Happy Buckling Keyboard.tmk6-0/+658
2012-04-28Ignore release flag when comparing key event.tmk2-6/+4
2012-04-28Workaround for Mac HID SET_IDLE behaviour.tmk1-2/+5
2012-04-27Workaround for Mac HID SET_IDLE behaviour.tmk1-2/+5
2012-04-27Added M0110A support contributed by skagon@github.tmk8-128/+354
2012-04-21M0110: Fixed timing of signal handling.tmk2-26/+87
2012-03-23Added SHARP X68000 keyboard support.tmk8-0/+709
2012-03-03Fiexed AT90USB162 compatibility.(different number of endpoint)tmk2-3/+9
2012-03-03Fixed keymap macro of macway.tmk1-39/+39
2012-02-14Fixed keymap of IBM Terminal keyboard converter.tmk3-9/+22
2012-02-13Added terminal_usb adapter for IBM Terminal keyboard.tmk10-2/+875
2012-02-13Fixed wrong pin configuration for ps2_usb USART.tmk1-6/+6
2012-01-15Fixed wrong description about pins.tmk1-1/+1
2012-01-15Added USART implementation for PS/2 signal handling.tmk6-44/+175
2012-01-05added SONY NEWS keyboard NWP-5461 support.tmk8-0/+636
2011-12-21fixed a bug on host_system_send().tmk5-3/+9
2011-12-19M0110: added keymaps, mousekeystmk5-18/+46
2011-12-14Added protocol support for Macintosh keyboard M0110.tmk10-0/+881
2011-12-09PS/2 to USB: fix comments.tmk3-10/+85
2011-12-05Added ISO/JIS keyboard support.tmk5-202/+262
2011-09-29add debouncing into macway/matrix.c.tmk2-7/+28
2011-09-22Refactored bootloader jumping. Added USBaspLoader support.tmk10-17/+107
2011-09-17Added Bulegiga iWRAP support into HHKB.(Bluetooth)tmk90-537/+3150
2011-09-01Added locking capslock key support and default now.tmk2-0/+34
2011-07-20added copyright and license notice.tmk68-99/+2050
2011-07-02Change layer pram and keymap of HHKB. Fix vusb/host.c.tmk3-2/+10
2011-06-30Add special keycodes for media control. Fix power down command.tmk2-0/+23
2011-05-31Added PS/2 multimeda key support.tmk10-349/+446
2011-05-25added HHKB/README and clean some codes.tmk23-103/+111
2011-05-21added USB_EXTRA feature to HHKB/V-USBtmk7-78/+166
2011-05-15added initial V-USB support for HHKBtmk7-57/+661
2011-05-06move files: main_vusb.c ps2_usart.c sendchar_usart.c from ps2_usb to common dirtmk8-71/+25
2011-05-04fix bug: send Fn key even after the layer is used.tmk1-12/+11
2011-05-04ad hoc fix for IDLE bug which affects on Mac only.tmk1-1/+2
2011-05-04fix for ps2_usb Makefile and circuittmk2-3/+3
2011-05-04minor fix for HHKB Makefile and doctmk2-9/+9
2011-03-10FIX: send last report when idle timeouts. (pjrc)tmk9-9/+23