aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-12-02Make ps2_usart default and fix SpaceFNGravatar tmk
2013-11-30Fix README.md of hhkbGravatar tmk
2013-11-30Merge branch 'hhkb_spaceFN'Gravatar tmk
2013-11-30Add SpaceFN layout for HHKBGravatar tmk
2013-11-29Add SpaceFN keymap and JIS keymapGravatar tmk
2013-11-29Add new keymap frameworkGravatar tmk
2013-11-27Merge pull request #80 from gblargg/masterGravatar tmk
Fixed handling of ADB event with key down and key up for same key all in...
2013-11-28Merge branch 'modstaptoggle' of git://github.com/simonmelhart/tmk_keyboard ↵Gravatar tmk
into simonmelhart-modstaptoggle Conflicts: common/action_code.h
2013-11-27Merge pull request #81 from bgould/masterGravatar tmk
Add support for Adafruit's Bluefruit
2013-11-28Merge branch 'ps2_keyboard_fix'Gravatar tmk
2013-11-28Add new keymap fileGravatar tmk
2013-11-28Fix key stack and PS/2 OverrunGravatar tmk
2013-11-28Add included header file and fix debug printGravatar tmk
2013-11-28Fix pin configuration of onekey for PS/2 mouseGravatar tmk
2013-11-28Add ps2_interrupt.cGravatar tmk
2013-11-28Add ps2_usart.c and fix set_led at USB wakeGravatar tmk
2013-11-27changed tabs to spaces in bluefruit.cGravatar Benjamin Gould
2013-11-27Added bluefruit protocol and converter for 70% MGravatar Benjamin Gould
2013-11-26Fixed handling of ADB event with key down and key up for same key all in oneGravatar Shay Green
2013-11-26Fix ps2_host_recv_responseGravatar tmk
2013-11-25Add ps2_busywait.c and recfactor PS/2 protocolGravatar tmk
2013-11-25Add printf macro as alias of xprintfGravatar tmk
2013-11-25Fix Makfile and config.h for LUFA in ps2_usbGravatar tmk
2013-11-25Add HHKB keymap file on gh60Gravatar tmk
2013-11-21Support GH60 Rev.B PCB as well as Rev.A(issue #64)Gravatar tmk
- Port of col8 is PB0 in Rev.A while PB7 in Rev.B
2013-11-21Add parenthses ito macro argumentsGravatar tmk
2013-11-21Add SpaceFN layout to gh60Gravatar tmk
2013-11-21Add new keymap management on gh60Gravatar tmk
2013-11-21Merge branch 'ps2_mouse_fix'Gravatar tmk
2013-11-21Configure PS/2 mouse build options to onekeyGravatar tmk
2013-11-21Fix PS/2 USART versionGravatar tmk
2013-11-21Fix interrupt version of ps2.cGravatar tmk
2013-11-20Add tap toggle modifiersGravatar Simon Melhart
Including documentation.
2013-11-20Add build options of ps2_mouseGravatar tmk
2013-11-20Fix to build ps2_mouse with both LUFA and PJRCGravatar tmk
- change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c
2013-11-19Add PS/2 mouse configure to onekeyGravatar tmk
2013-11-19Fix delay of PS/2 mouse initGravatar tmk
2013-11-19Wait for USB starting up to make debug print availableGravatar tmk
2013-11-08Remove tentative files from blarggGravatar tmk
2013-11-08Disable BOOTMAGIC and fix debug prints of adb_usbGravatar tmk
2013-11-08Fix ADB led_set(); remove delayGravatar tmk
- the 100ms delay causes keystroke drop; this is observable with pressing Numlock key on AEK repeatedly - without the delay LED sync problem doesn't occur now
2013-11-08Add cli() to protoect ADB critical timing partGravatar tmk
2013-11-02Fix PS/2 mouse supportGravatar tmk
2013-11-02Tweak time values of busywait PS/2Gravatar tmk
2013-10-31Merge branch 'onekey'Gravatar tmk
2013-10-28Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgsGravatar tmk
2013-10-28Delete MOUSEKEY_DELAY_TIME in config.hGravatar tmk
2013-10-14Merge blargg's fix into adb.cGravatar tmk
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
2013-10-11Add ADB protocol files from blargg's workGravatar tmk
- <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604>
2013-10-09Change ADB scan delay 12msGravatar tmk