Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-11-30 | Fixing typo in console mode | Brooks Swinnerton | |
2014-11-24 | Fix debug.h | tmk | |
2014-11-24 | Merge branch 'rn42' into merge_rn42 | tmk | |
Conflicts: .gitignore common.mk common/debug_config.h common/print.h | |||
2014-11-23 | Remove MCU dependent code from common/keyboard.c | tmk | |
2014-11-23 | Matrix power saving | tmk | |
2014-11-20 | USB initialize when plug-in during battery powered | tmk | |
2014-11-18 | Merge branch 'action_fix' | tmk | |
2014-11-14 | Add initializer of debug_config for GCC < 4.6.0(#144) | tmk | |
2014-11-14 | Fix for 'unnamed field in initializer' GCC bug(Fix #143) | tmk | |
2014-09-29 | Add action 'Momentary switching with Modifiers' | tmk | |
2014-09-22 | Adhoc fix compile error of usb_usb | tmk | |
2014-08-26 | Add serial_mouse_task in keyboard.c | tmk | |
2014-07-30 | Ad hoc fix of command API | tmk | |
2014-07-30 | Fix timer.h to include AVR specific header | tmk | |
2014-07-30 | Port ps2_usb to mbed | tmk | |
2014-07-30 | Fix common files for mbed | tmk | |
2014-07-30 | Fix debug.h and remove debug_config.h | tmk | |
2014-07-30 | Port action_* to mbed | tmk | |
2014-07-30 | Fix print and timer | tmk | |
2014-07-30 | Port timer to mbed | tmk | |
2014-07-30 | Add keyboard/mbed_onekey | tmk | |
2014-07-07 | Merge pull request #124 from kairyu/6kro | tmk | |
USB 6KRO with pseudo- or half- NKRO feature | |||
2014-07-07 | Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bit | tmk | |
Adding NKRO virtual dip-switch, using existing bit in keymap byte. | |||
2014-05-13 | New branch for 6KRO feature | Kai Ryu | |
2014-04-27 | NKRO is disable when SET_PROTOCOL(boot) | tmk | |
- Command can force to enable NKRO even when boot mode - After boot keyboard may be in boot mode due to BIOS' request | |||
2014-04-27 | Make NKRO deafult when it is available | tmk | |
- NKRO is used only when keyboard_protocol = 1(report) | |||
2014-04-09 | Adding NKRO virtual dip-switch, using existing bit in keymap byte. | Shayne Holmes | |
This takes the last, reserved bit there, but doesn't necessitate a revision to the magic number because it doesn't alter byte order. Add reference to NKRO virtual dip-switch to documentation. | |||
2014-04-08 | New macro: ACTION_BACKLIGHT_LEVEL(level) | Ralf Schmitt | |
To have full control of the backlight level. | |||
2014-01-28 | Make modifiers 'weak' in macro | tmk | |
2013-12-16 | Add description of keyboard report in report.h | tmk | |
2013-11-28 | Merge branch 'modstaptoggle' of git://github.com/simonmelhart/tmk_keyboard ↵ | tmk | |
into simonmelhart-modstaptoggle Conflicts: common/action_code.h | |||
2013-11-21 | Add parenthses ito macro arguments | tmk | |
2013-11-20 | Add tap toggle modifiers | Simon Melhart | |
Including documentation. | |||
2013-11-20 | Fix to build ps2_mouse with both LUFA and PJRC | tmk | |
- change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c | |||
2013-11-19 | Wait for USB starting up to make debug print available | tmk | |
2013-11-02 | Fix PS/2 mouse support | 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-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-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 | Fix to bootmagic key configurable | 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 | Add version string | tmk | |
2013-07-29 | Fix tapping count over flow(issue #52) | tmk | |
2013-07-28 | Add NKRO support for LUFA | tmk | |
2013-07-24 | Add bootmagic salt key to avoid accidental configuration | tmk | |