aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Spellchecked documentation.Thomas Russell Murphy2014-01-024-31/+31
|
* Spellcheck of README.mdThomas Russell Murphy2014-01-021-7/+7
|
* Add TRS-80 model 100 instructiontmk2014-01-031-3/+8
|
* Merge branch 'master' of github.com:tmk/tmk_keyboardtmk2014-01-032-5/+4
|\
| * Merge pull request #88 from sigma/sun_usb_fixestmk2013-12-282-5/+4
| |\ | | | | | | Sun usb fixes
| | * fix hard-coded keysYann Hodique2013-12-261-4/+4
| | | | | | | | | | | | values provided to macro were not used for the "K61,K49,K33, K30" block
| | * fix compilationYann Hodique2013-12-261-1/+0
| |/
* / Add ascii_usb ASCII Serial Console terminal convertertmk2014-01-037-0/+448
|/
* Merge pull request #86 from tibounise/mastertmk2013-12-161-1/+1
|\ | | | | Fixing a typo
| * Fixing a typoTiBounise2013-12-161-1/+1
| |
* | Add description of keyboard report in report.htmk2013-12-161-0/+20
|/
* Make ps2_usart default and fix SpaceFNtmk2013-12-022-3/+3
|
* Fix README.md of hhkbtmk2013-11-302-41/+49
|
* Merge branch 'hhkb_spaceFN'tmk2013-11-308-84/+407
|\
| * Add SpaceFN layout for HHKBtmk2013-11-301-0/+75
| |
| * Add new keymap frameworktmk2013-11-297-84/+332
| |
* | Add SpaceFN keymap and JIS keymaptmk2013-11-295-408/+142
|/
* Merge pull request #80 from gblargg/mastertmk2013-11-271-3/+17
|\ | | | | Fixed handling of ADB event with key down and key up for same key all in...
| * Fixed handling of ADB event with key down and key up for same key all in oneShay Green2013-11-261-3/+17
| |
* | Merge branch 'modstaptoggle' of git://github.com/simonmelhart/tmk_keyboard ↵tmk2013-11-283-0/+20
|\ \ | | | | | | | | | | | | | | | | | | into simonmelhart-modstaptoggle Conflicts: common/action_code.h
| * | Add tap toggle modifiersSimon Melhart2013-11-203-0/+20
| | | | | | | | | | | | Including documentation.
* | | Merge pull request #81 from bgould/mastertmk2013-11-2710-0/+1159
|\ \ \ | | | | | | | | Add support for Adafruit's Bluefruit
| * | | changed tabs to spaces in bluefruit.cBenjamin Gould2013-11-271-5/+5
| | | |
| * | | Added bluefruit protocol and converter for 70% MBenjamin Gould2013-11-2710-0/+1159
| | | |
* | | | Merge branch 'ps2_keyboard_fix'tmk2013-11-2819-901/+932
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add new keymap filetmk2013-11-285-379/+329
| | | |
| * | | Fix key stack and PS/2 Overruntmk2013-11-282-46/+73
| | | |
| * | | Add included header file and fix debug printtmk2013-11-282-5/+5
| | | |
| * | | Fix pin configuration of onekey for PS/2 mousetmk2013-11-284-14/+14
| | | |
| * | | Add ps2_interrupt.ctmk2013-11-284-308/+122
| | | |
| * | | Add ps2_usart.c and fix set_led at USB waketmk2013-11-284-126/+29
| | | |
| * | | Fix ps2_host_recv_responsetmk2013-11-263-13/+12
| | | |
| * | | Add ps2_busywait.c and recfactor PS/2 protocoltmk2013-11-255-51/+361
| | | |
| * | | Add printf macro as alias of xprintftmk2013-11-251-0/+4
| | | |
| * | | Fix Makfile and config.h for LUFA in ps2_usbtmk2013-11-252-55/+79
|/ / /
* | | Add HHKB keymap file on gh60tmk2013-11-255-40/+143
| | |
* | | Support GH60 Rev.B PCB as well as Rev.A(issue #64)tmk2013-11-211-4/+5
| | | | | | | | | | | | - Port of col8 is PB0 in Rev.A while PB7 in Rev.B
* | | Add parenthses ito macro argumentstmk2013-11-211-4/+4
| | |
* | | Add SpaceFN layout to gh60tmk2013-11-214-43/+77
| | |
* | | Add new keymap management on gh60tmk2013-11-219-175/+143
| | |
* | | Merge branch 'ps2_mouse_fix'tmk2013-11-2119-287/+409
|\ \ \ | |_|/ |/| |
| * | Configure PS/2 mouse build options to onekeytmk2013-11-213-5/+7
| | |
| * | Fix PS/2 USART versiontmk2013-11-211-29/+25
| | |
| * | Fix interrupt version of ps2.ctmk2013-11-212-25/+37
| | |
| * | Add build options of ps2_mousetmk2013-11-203-47/+61
| | |
| * | Fix to build ps2_mouse with both LUFA and PJRCtmk2013-11-208-108/+119
| | | | | | | | | | | | | | | - change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c
| * | Add PS/2 mouse configure to onekeytmk2013-11-194-39/+109
| | |
| * | Fix delay of PS/2 mouse inittmk2013-11-191-3/+1
| | |
| * | Wait for USB starting up to make debug print availabletmk2013-11-192-1/+9
| | |
| * | Fix PS/2 mouse supporttmk2013-11-025-84/+95
| | |