Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-27 | Merge pull request #81 from bgould/master | ||
Add support for Adafruit's Bluefruit | |||
2013-11-28 | Merge branch 'ps2_keyboard_fix' | ||
2013-11-28 | Add new keymap file | ||
2013-11-28 | Fix key stack and PS/2 Overrun | ||
2013-11-28 | Add included header file and fix debug print | ||
2013-11-28 | Fix pin configuration of onekey for PS/2 mouse | ||
2013-11-28 | Add ps2_interrupt.c | ||
2013-11-28 | Add ps2_usart.c and fix set_led at USB wake | ||
2013-11-27 | changed tabs to spaces in bluefruit.c | ||
2013-11-27 | Added bluefruit protocol and converter for 70% M | ||
2013-11-26 | Fix ps2_host_recv_response | ||
2013-11-25 | Add ps2_busywait.c and recfactor PS/2 protocol | ||
2013-11-25 | Add printf macro as alias of xprintf | ||
2013-11-25 | Fix Makfile and config.h for LUFA in ps2_usb | ||
2013-11-25 | Add HHKB keymap file on gh60 | ||
2013-11-21 | Support GH60 Rev.B PCB as well as Rev.A(issue #64) | ||
- Port of col8 is PB0 in Rev.A while PB7 in Rev.B | |||
2013-11-21 | Add parenthses ito macro arguments | ||
2013-11-21 | Add SpaceFN layout to gh60 | ||
2013-11-21 | Add new keymap management on gh60 | ||
2013-11-21 | Merge branch 'ps2_mouse_fix' | ||
2013-11-21 | Configure PS/2 mouse build options to onekey | ||
2013-11-21 | Fix PS/2 USART version | ||
2013-11-21 | Fix interrupt version of ps2.c | ||
2013-11-20 | Add build options of ps2_mouse | ||
2013-11-20 | Fix to build ps2_mouse with both LUFA and PJRC | ||
- change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c | |||
2013-11-19 | Add PS/2 mouse configure to onekey | ||
2013-11-19 | Fix delay of PS/2 mouse init | ||
2013-11-19 | Wait for USB starting up to make debug print available | ||
2013-11-08 | Remove tentative files from blargg | ||
2013-11-08 | Disable BOOTMAGIC and fix debug prints of adb_usb | ||
2013-11-08 | Fix ADB led_set(); remove delay | ||
- 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-08 | Add cli() to protoect ADB critical timing part | ||
2013-11-02 | Fix PS/2 mouse support | ||
2013-11-02 | Tweak time values of busywait PS/2 | ||
2013-10-31 | Merge branch 'onekey' | ||
2013-10-28 | Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs | ||
2013-10-28 | Delete MOUSEKEY_DELAY_TIME in config.h | ||
2013-10-14 | Merge blargg's fix into adb.c | ||
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201> | |||
2013-10-11 | Add ADB protocol files from blargg's work | ||
- <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604> | |||
2013-10-09 | Change ADB scan delay 12ms | ||
2013-10-08 | Fix ADB missing keystrokes problem Thanks, blargg! #14 | ||
- Add delay between scans to prevent overlaod of ADB keyboard controllers - <http://geekhack.org/index.php?topic=14290.msg1068919#msg1068919> | |||
2013-10-08 | Make LUFA stack as default for ADB converter | ||
2013-10-08 | Fix build error and debug print PJRC stack #69 #68 | ||
2013-10-07 | Add timeout option to MODS_ONESHOT #66 | ||
2013-10-04 | Fix mod stuck of MODS_KEY when leaving layer #62 | ||
- 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 | |||
2013-10-04 | Remove clear matrix on ADB recv error | ||
2013-10-03 | Fix VERSION: add opton --always to git describe | ||
2013-10-03 | Fix Tapping: release key immediately but modifier #65 | ||
- 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) ~~~____~~~~ | |||
2013-09-25 | Merge branch 'm0110_keymap_section' | ||
2013-09-25 | Change for default keymap of keymap editor | ||