Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-02 | Fix PS/2 mouse support | tmk | |
2013-11-02 | Tweak time values of busywait PS/2 | tmk | |
2013-10-31 | Merge branch 'onekey' | tmk | |
2013-10-28 | Add USE_LEGACY_KEYMAP in config.h of ps2_usb and IIgs | tmk | |
2013-10-28 | Delete MOUSEKEY_DELAY_TIME in config.h | tmk | |
2013-10-14 | Merge blargg's fix into adb.c | tmk | |
- <http://geekhack.org/index.php?topic=14290.msg1075201#msg1075201> | |||
2013-10-11 | Add ADB protocol files from blargg's work | tmk | |
- <http://geekhack.org/index.php?topic=14290.msg1070604#msg1070604> | |||
2013-10-09 | Change ADB scan delay 12ms | tmk | |
2013-10-08 | Fix ADB missing keystrokes problem Thanks, blargg! #14 | tmk | |
- 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 | tmk | |
2013-10-08 | Fix build error and debug print PJRC stack #69 #68 | tmk | |
2013-10-07 | Add timeout option to MODS_ONESHOT #66 | tmk | |
2013-10-04 | Fix mod stuck of MODS_KEY when leaving layer #62 | tmk | |
- 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 | tmk | |
2013-10-03 | Fix VERSION: add opton --always to git describe | tmk | |
2013-10-03 | Fix Tapping: release key immediately but modifier #65 | tmk | |
- 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' | tmk | |
2013-09-25 | Change for default keymap of keymap editor | tmk | |
2013-09-25 | Add build option KEYMAP_SECTION_ENABLE to m0110 | tmk | |
2013-09-25 | Add M0120 scan code diagram | tmk | |
2013-09-25 | Fix LUFA blocking during startup | tmk | |
- Blocking occurs if built without option INTERRUPT_CONTROL_ENDPOINT | |||
2013-09-21 | Fix USB initilaize on LUFA | tmk | |
- 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. | |||
2013-09-21 | Merge branch 'm0110_next' | tmk | |
2013-09-21 | Fix to bootmagic key configurable | tmk | |
2013-09-21 | Fix README of M0110 | tmk | |
2013-09-21 | Change keymap and enable bootmagic of M0110 | tmk | |
2013-09-21 | Remove procedures not neeed from init of M0110 | tmk | |
2013-09-20 | Change m0110 pin configuration: swap D0 and D1 | tmk | |
2013-09-19 | Merge branch 'tapping_fix60' | tmk | |
2013-09-19 | Fix version info command | tmk | |
2013-09-18 | Fix bootloader jump use word address | tmk | |
- Call of function pointer is compiled into 'icall' instruction. It should use word address but it has used byte address :( It seems jump has worked luckily by chance until now. why it worked? | |||
2013-09-18 | Fix Tapping: release of a key pressed before tap | tmk | |
- immediately process release event of a key pressed before tapping | |||
2013-09-11 | Fix action macros | tmk | |
2013-09-11 | Merge branch 'keymap_section' | tmk | |
2013-09-11 | Add build option KEYMAP_SECTION for keymap editor | tmk | |
2013-09-11 | Add version string | tmk | |
2013-09-11 | Add ld script for keymap section | tmk | |
2013-08-05 | Add files for onekey(issue #56) | tmk | |
- https://github.com/tmk/tmk_keyboard/issues/56 | |||
2013-08-04 | Change Makefile and port setting | tmk | |
- Makefile use LUFA now - Change MCU ports PF{0,1} to PD{0,1} - Add build option for keymap to Makefile: make keymap=hasu | |||
2013-07-29 | Fix tapping count over flow(issue #52) | tmk | |
2013-07-29 | Merge branch 'lufa_nkro' | tmk | |
2013-07-29 | Change README Makefile and config.h in hhkb | tmk | |
2013-07-28 | Add NKRO support for LUFA | tmk | |
2013-07-24 | Merge branch 'bootmagic_salt'(Fix issue #41) | tmk | |
2013-07-24 | Add bootmagic salt key to avoid accidental configuration | tmk | |
2013-07-23 | Merge branch 'lockkey_fix'(Fix issue #46) | tmk | |
2013-07-23 | Add mechanical locking switch support for NumLock and ScrollLock | tmk | |
2013-07-23 | Merge branch 'macro_mediakey'(Fix issue #42) | tmk | |
2013-07-23 | Add support for macro media/system keys | tmk | |
2013-07-21 | Merge branch 'bob_fix' | tmk | |