Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix key stack and PS/2 Overrun | tmk | 2013-11-28 | 2 | -46/+73 |
| | |||||
* | Add included header file and fix debug print | tmk | 2013-11-28 | 2 | -5/+5 |
| | |||||
* | Fix pin configuration of onekey for PS/2 mouse | tmk | 2013-11-28 | 4 | -14/+14 |
| | |||||
* | Add ps2_interrupt.c | tmk | 2013-11-28 | 4 | -308/+122 |
| | |||||
* | Add ps2_usart.c and fix set_led at USB wake | tmk | 2013-11-28 | 4 | -126/+29 |
| | |||||
* | Fix ps2_host_recv_response | tmk | 2013-11-26 | 3 | -13/+12 |
| | |||||
* | Add ps2_busywait.c and recfactor PS/2 protocol | tmk | 2013-11-25 | 5 | -51/+361 |
| | |||||
* | Add printf macro as alias of xprintf | tmk | 2013-11-25 | 1 | -0/+4 |
| | |||||
* | Fix Makfile and config.h for LUFA in ps2_usb | tmk | 2013-11-25 | 2 | -55/+79 |
| | |||||
* | Add HHKB keymap file on gh60 | tmk | 2013-11-25 | 5 | -40/+143 |
| | |||||
* | Support GH60 Rev.B PCB as well as Rev.A(issue #64) | tmk | 2013-11-21 | 1 | -4/+5 |
| | | | | - Port of col8 is PB0 in Rev.A while PB7 in Rev.B | ||||
* | Add parenthses ito macro arguments | tmk | 2013-11-21 | 1 | -4/+4 |
| | |||||
* | Add SpaceFN layout to gh60 | tmk | 2013-11-21 | 4 | -43/+77 |
| | |||||
* | Add new keymap management on gh60 | tmk | 2013-11-21 | 9 | -175/+143 |
| | |||||
* | Merge branch 'ps2_mouse_fix' | tmk | 2013-11-21 | 19 | -287/+409 |
|\ | |||||
| * | Configure PS/2 mouse build options to onekey | tmk | 2013-11-21 | 3 | -5/+7 |
| | | |||||
| * | Fix PS/2 USART version | tmk | 2013-11-21 | 1 | -29/+25 |
| | | |||||
| * | Fix interrupt version of ps2.c | tmk | 2013-11-21 | 2 | -25/+37 |
| | | |||||
| * | Add build options of ps2_mouse | tmk | 2013-11-20 | 3 | -47/+61 |
| | | |||||
| * | Fix to build ps2_mouse with both LUFA and PJRC | tmk | 2013-11-20 | 8 | -108/+119 |
| | | | | | | | | | | - change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c | ||||
| * | Add PS/2 mouse configure to onekey | tmk | 2013-11-19 | 4 | -39/+109 |
| | | |||||
| * | Fix delay of PS/2 mouse init | tmk | 2013-11-19 | 1 | -3/+1 |
| | | |||||
| * | Wait for USB starting up to make debug print available | tmk | 2013-11-19 | 2 | -1/+9 |
| | | |||||
| * | Fix PS/2 mouse support | tmk | 2013-11-02 | 5 | -84/+95 |
| | | |||||
| * | Tweak time values of busywait PS/2 | tmk | 2013-11-02 | 1 | -3/+3 |
| | | |||||
* | | Remove tentative files from blargg | tmk | 2013-11-08 | 3 | -385/+0 |
| | | |||||
* | | Disable BOOTMAGIC and fix debug prints of adb_usb | tmk | 2013-11-08 | 2 | -6/+6 |
| | | |||||
* | | Fix ADB led_set(); remove delay | tmk | 2013-11-08 | 1 | -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 part | tmk | 2013-11-08 | 1 | -11/+7 |
|/ | |||||
* | Merge branch 'onekey' | tmk | 2013-10-31 | 7 | -0/+592 |
|\ | |||||
| * | Add files for onekey(issue #56) | tmk | 2013-08-05 | 7 | -0/+592 |
| | | | | | | | | - https://github.com/tmk/tmk_keyboard/issues/56 | ||||
* | | Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs | tmk | 2013-10-28 | 2 | -0/+8 |
| | | |||||
* | | Delete MOUSEKEY_DELAY_TIME in config.h | tmk | 2013-10-28 | 6 | -35/+0 |
| | | |||||
* | | Merge blargg's fix into adb.c | tmk | 2013-10-14 | 3 | -112/+108 |
| | | | | | | | | - <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201> | ||||
* | | Add ADB protocol files from blargg's work | tmk | 2013-10-11 | 3 | -0/+385 |
| | | | | | | | | - <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604> | ||||
* | | Change ADB scan delay 12ms | tmk | 2013-10-09 | 2 | -3/+5 |
| | | |||||
* | | Fix ADB missing keystrokes problem Thanks, blargg! #14 | tmk | 2013-10-08 | 2 | -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 converter | tmk | 2013-10-08 | 3 | -151/+151 |
| | | |||||
* | | Fix build error and debug print PJRC stack #69 #68 | tmk | 2013-10-08 | 2 | -0/+4 |
| | | |||||
* | | Add timeout option to MODS_ONESHOT #66 | tmk | 2013-10-07 | 5 | -30/+44 |
| | | |||||
* | | Fix mod stuck of MODS_KEY when leaving layer #62 | tmk | 2013-10-04 | 12 | -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 error | tmk | 2013-10-04 | 2 | -3/+4 |
| | | |||||
* | | Fix VERSION: add opton --always to git describe | tmk | 2013-10-03 | 1 | -1/+1 |
| | | |||||
* | | Fix Tapping: release key immediately but modifier #65 | tmk | 2013-10-03 | 2 | -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' | tmk | 2013-09-25 | 3 | -32/+70 |
|\ \ | |||||
| * | | Change for default keymap of keymap editor | tmk | 2013-09-25 | 1 | -9/+46 |
| | | | |||||
| * | | Add build option KEYMAP_SECTION_ENABLE to m0110 | tmk | 2013-09-25 | 1 | -0/+1 |
| | | | |||||
| * | | Add M0120 scan code diagram | tmk | 2013-09-25 | 1 | -23/+23 |
| | | | |||||
* | | | Fix LUFA blocking during startup | tmk | 2013-09-25 | 1 | -0/+2 |
|/ / | | | | | | | - Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT | ||||
* | | Fix USB initilaize on LUFA | tmk | 2013-09-21 | 3 | -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. |