aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add LED feature to Sun convertertmk2012-10-215-18/+74
* Fix mousekey parameter bugtmk2012-10-211-1/+1
* Fix keymap to adjust new keyboard.c.tmk2012-10-1912-48/+48
* Merge branch 'sun'tmk2012-10-1910-2/+765
|\
| * Use software serial for Sun.tmk2012-10-199-279/+284
| * Add Sun converter initial files.tmk2012-10-188-0/+758
|/
* Merge branch 'layerfix'tmk2012-10-1861-1585/+2261
|\
| * Add child proof keyboard locking feature!tmk2012-10-183-5/+22
| * Fix projects for new keycodestmk2012-10-1730-424/+422
| * Fix HHKB iWRAP buildtmk2012-10-173-10/+13
| * Fix HHKB keymaptmk2012-10-171-3/+3
| * HHKB scan matrix: fix wait time on power ontmk2012-10-171-9/+12
| * Add command console and mouseky parameters tweak.tmk2012-10-175-84/+400
| * Add Mousekey parameters and accel keys.tmk2012-10-174-63/+103
| * Fix commandstmk2012-10-176-51/+64
| * Fix use of default_layertmk2012-10-171-12/+20
| * Fix layer switching and host API.tmk2012-10-174-156/+194
| * Add subset of Xorg MouseKey acceleration parameters.tmk2012-10-171-28/+74
| * Fix build option MOUSEKEY_ENABLE.tmk2012-10-174-18/+34
| * Clean host.h interface.tmk2012-10-176-121/+80
| * Add keycode.h and remove usb_keycodes.h.tmk2012-10-178-532/+536
| * Add consumer/system usage support.tmk2012-10-175-38/+141
| * Add repeating of Fn key with alt keycode.tmk2012-10-172-7/+22
| * changes function name keyboard_proc to keyboard_tasktmk2012-10-174-4/+4
| * Initial version of new code for layer switch is added.tmk2012-10-1719-489/+586
|/
* Fix: Makefiletmk2012-10-172-3/+4
* Fix MCU name macro in bootloader.c.tmk2012-10-151-1/+1
* ADB conveter uses plain vanila keymap now.tmk2012-10-151-49/+4
* Merge pull request #8 from JeffreySung/mastertmk2012-10-149-0/+737
|\
| * Debounce bug fixedJeffrey Sung2012-10-092-7/+12
| * Power key supportJeffrey Sung2012-10-083-151/+160
| * CapsLock SupportJeffrey Sung2012-09-173-125/+158
| * Apple IIgs/Standard KeyboardJeffrey Sung2012-09-179-0/+690
* | Fix PS/2 protocol build optionstmk2012-10-1411-320/+503
* | Change keymap of ADB converter.tmk2012-09-214-46/+45
* | To prevent key stuck clear matrix array when ADB error occurs.tmk2012-09-202-34/+40
* | ad hoc fix for wrong bit read problem of adb.c.tmk2012-09-191-0/+6
|/
* converter/usb_usb: Change keymap.tmk2012-09-061-4/+4
* Fix timeout logic of LUFA sendchar(), sned_*().tmk2012-09-061-6/+34
* Add converter/usb_usb/READMEtmk2012-09-052-1/+37
* Merge branch 'usb_hid'tmk2012-09-0476-130/+9525
|\
| * usb_hid: workaround for compile on Windows.tmk2012-09-047-78/+52
| * usb_hid: Fix timer size uint16_t to uint32_t;tmk2012-09-028-17/+66
| * Add submodule USB_Host_Shield_2.0 from my repositry.tmk2012-09-022-0/+3
| * Remove submodule USB_Host_Shield_2.0(original).tmk2012-09-012-3/+0
| * Add USB to USB converter. unmature.tmk2012-08-289-2/+699
| * test build of 'Host shield' in minimal env.tmk2012-08-2826-272/+505
| * Add USB_Host_Shield_2.0 and arduino-1.0.1 in usb_hid.tmk2012-08-2843-0/+8142
| * Add USB HID(host) protocol.(not finished)tmk2012-08-287-0/+300
|/
* Fix the way of sending out IN packet.tmk2012-08-281-22/+19