summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | 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
| | |
| * | Tweak time values of busywait PS/2tmk2013-11-021-3/+3
| | |
* | | Remove tentative files from blarggtmk2013-11-083-385/+0
| | |
* | | Disable BOOTMAGIC and fix debug prints of adb_usbtmk2013-11-082-6/+6
| | |
* | | Fix ADB led_set(); remove delaytmk2013-11-081-2/+0
| | | | | | | | | | | | | | | | | | - 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
* | | Add cli() to protoect ADB critical timing parttmk2013-11-081-11/+7
|/ /
* | Merge branch 'onekey'tmk2013-10-317-0/+592
|\ \
| * | Add files for onekey(issue #56)tmk2013-08-057-0/+592
| | | | | | | | | | | | - https://github.com/tmk/tmk_keyboard/issues/56
* | | Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgstmk2013-10-282-0/+8
| | |
* | | Delete MOUSEKEY_DELAY_TIME in config.htmk2013-10-286-35/+0
| |/ |/|
* | Merge blargg's fix into adb.ctmk2013-10-143-112/+108
| | | | | | | | - <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201>
* | Add ADB protocol files from blargg's worktmk2013-10-113-0/+385
| | | | | | | | - <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604>
* | Change ADB scan delay 12mstmk2013-10-092-3/+5
| |
* | Fix ADB missing keystrokes problem Thanks, blargg! #14tmk2013-10-082-0/+7
| | | | | | | | | | - Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919>
* | Make LUFA stack as default for ADB convertertmk2013-10-083-151/+151
| |
* | Fix build error and debug print PJRC stack #69 #68tmk2013-10-082-0/+4
| |
* | Add timeout option to MODS_ONESHOT #66tmk2013-10-075-30/+44
| |
* | Fix mod stuck of MODS_KEY when leaving layer #62tmk2013-10-0412-323/+330
| | | | | | | | | | | | | | - Add action_util.c and remove action_oneshot.c - Add oneshot_mods for MODS_ONESHOT - Add weak_mods for MODS_KEY and MACRO - weak_mods is cleared when layer switching
* | Remove clear matrix on ADB recv errortmk2013-10-042-3/+4
| |
* | Fix VERSION: add opton --always to git describetmk2013-10-031-1/+1
| |
* | Fix Tapping: release key immediately but modifier #65tmk2013-10-032-18/+37
| | | | | | | | | | | | | | | | | | | | - See https://github.com/tmk/tmk_keyboard/issues/60 - **Except for modifiers** a key pressed before the tapping starts should be released immediately - 'Mod-Tap key'(like shift-;) didn't work from this fix: 4d0b3aa Fix Tapping: release of a key pressed before tap This key sequence should register ':', not ';'. With the fix Shift is released before settlement of tapping, this registers ';'. Shift ~~___~~~~~~~ ;(Tap) ~~~____~~~~
* | Merge branch 'm0110_keymap_section'tmk2013-09-253-32/+70
|\ \
| * | Change for default keymap of keymap editortmk2013-09-251-9/+46
| | |
| * | Add build option KEYMAP_SECTION_ENABLE to m0110tmk2013-09-251-0/+1
| | |
| * | Add M0120 scan code diagramtmk2013-09-251-23/+23
| | |
* | | Fix LUFA blocking during startuptmk2013-09-251-0/+2
|/ / | | | | | | - Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT
* | Fix USB initilaize on LUFAtmk2013-09-213-6/+7
| | | | | | | | | | | | | | | | | | | | - 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.
* | Merge branch 'm0110_next'tmk2013-09-217-126/+118
|\ \