Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-03-20 | working extended keymap | Jack Humbert | 1 | -2/+1 | |
2015-03-16 | Merge pull request #6 from tmk/master | Jack Humbert | 3 | -18/+23 | |
pulling from tmk | |||||
2015-01-19 | Merge pull request #151 from bswinnerton/typo-fix | tmk | 1 | -6/+6 | |
Fixing typo in console mode | |||||
2015-01-15 | Compensate timer during prower down | tmk | 2 | -12/+17 | |
2015-01-15 | Merge remote-tracking branch 'upstream/master' | Jack Humbert | 6 | -7/+35 | |
2015-01-04 | infinity: Add initial files for keyboard support | Jun Wako | 2 | -1/+13 | |
2015-01-04 | Ad hoc fix of print and debug for mbed | Jun Wako | 1 | -2/+10 | |
2015-01-01 | Fix modifier stuck of Lock command(#127) | tmk | 1 | -0/+1 | |
2014-12-26 | Remove unwanted white space | Jun Wako | 1 | -3/+3 | |
2014-12-26 | Add keycode for Fast Forward & Rewind | Colt Ma | 2 | -2/+9 | |
KC_MEDIA_FAST_FORWARD KC_MEDIA_REWIND | |||||
2014-12-11 | led | Jack Humbert | 2 | -1/+2 | |
2014-12-05 | usb_usb: Update for new core layout | Jun Wako | 1 | -5/+0 | |
2014-11-30 | Fixing typo in console mode | Brooks Swinnerton | 1 | -6/+6 | |
2014-11-24 | Fix debug.h | tmk | 2 | -59/+7 | |
2014-11-24 | Merge branch 'rn42' into merge_rn42 | tmk | 42 | -325/+610 | |
Conflicts: .gitignore common.mk common/debug_config.h common/print.h | |||||
2014-11-23 | Remove MCU dependent code from common/keyboard.c | tmk | 1 | -23/+0 | |
2014-11-23 | Matrix power saving | tmk | 3 | -0/+31 | |
2014-11-20 | USB initialize when plug-in during battery powered | tmk | 2 | -16/+36 | |
2014-11-17 | Merge branch 'action_fix' | tmk | 2 | -1/+12 | |
2014-11-14 | Add initializer of debug_config for GCC < 4.6.0(#144) | tmk | 2 | -3/+12 | |
2014-11-14 | Fix for 'unnamed field in initializer' GCC bug(Fix #143) | tmk | 1 | -2/+5 | |
2014-09-29 | Add action 'Momentary switching with Modifiers' | tmk | 2 | -1/+12 | |
2014-09-22 | Adhoc fix compile error of usb_usb | tmk | 5 | -6/+23 | |
2014-08-26 | Add serial_mouse_task in keyboard.c | tmk | 1 | -0/+11 | |
2014-07-30 | Ad hoc fix of command API | tmk | 2 | -11/+27 | |
2014-07-30 | Fix timer.h to include AVR specific header | tmk | 1 | -0/+5 | |
2014-07-30 | Port ps2_usb to mbed | tmk | 1 | -0/+1 | |
2014-07-30 | Fix common files for mbed | tmk | 15 | -32/+150 | |
2014-07-30 | Fix debug.h and remove debug_config.h | tmk | 3 | -105/+87 | |
2014-07-30 | Port action_* to mbed | tmk | 17 | -47/+83 | |
2014-07-30 | Fix print and timer | tmk | 8 | -16/+58 | |
2014-07-30 | Port timer to mbed | tmk | 3 | -19/+41 | |
2014-07-30 | Add keyboard/mbed_onekey | tmk | 3 | -94/+75 | |
2014-07-07 | Merge pull request #124 from kairyu/6kro | tmk | 1 | -0/+94 | |
USB 6KRO with pseudo- or half- NKRO feature | |||||
2014-07-07 | Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bit | tmk | 5 | -1/+14 | |
Adding NKRO virtual dip-switch, using existing bit in keymap byte. | |||||
2014-05-13 | New branch for 6KRO feature | Kai Ryu | 1 | -0/+94 | |
2014-04-26 | NKRO is disable when SET_PROTOCOL(boot) | tmk | 1 | -3/+3 | |
- Command can force to enable NKRO even when boot mode - After boot keyboard may be in boot mode due to BIOS' request | |||||
2014-04-26 | Make NKRO deafult when it is available | tmk | 4 | -6/+9 | |
- NKRO is used only when keyboard_protocol = 1(report) | |||||
2014-04-10 | Adding NKRO virtual dip-switch, using existing bit in keymap byte. | Shayne Holmes | 5 | -1/+14 | |
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 | 4 | -12/+26 | |
To have full control of the backlight level. | |||||
2014-01-28 | Make modifiers 'weak' in macro | tmk | 1 | -2/+11 | |
2013-12-16 | Add description of keyboard report in report.h | tmk | 1 | -0/+20 | |
2013-11-28 | Merge branch 'modstaptoggle' of git://github.com/simonmelhart/tmk_keyboard ↵ | tmk | 2 | -0/+14 | |
into simonmelhart-modstaptoggle Conflicts: common/action_code.h | |||||
2013-11-21 | Add parenthses ito macro arguments | tmk | 1 | -4/+4 | |
2013-11-20 | Add tap toggle modifiers | Simon Melhart | 2 | -0/+14 | |
Including documentation. | |||||
2013-11-20 | Fix to build ps2_mouse with both LUFA and PJRC | tmk | 6 | -24/+2 | |
- change API of ps2_mouse; ps2_mouse_task() - remove mouse_report from host.c | |||||
2013-11-18 | Wait for USB starting up to make debug print available | tmk | 1 | -0/+1 | |
2013-11-01 | Fix PS/2 mouse support | tmk | 1 | -1/+14 | |
2013-10-07 | Add timeout option to MODS_ONESHOT #66 | tmk | 2 | -23/+33 | |
2013-10-04 | Fix mod stuck of MODS_KEY when leaving layer #62 | tmk | 10 | -316/+323 | |
- 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 |