aboutsummaryrefslogtreecommitdiffstats
path: root/common
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge branch 'tapping_fix60'tmk2013-09-191-4/+7
|\
| * Fix Tapping: release of a key pressed before taptmk2013-09-181-4/+7
| | | | | | | | - immediately process release event of a key pressed before tapping
* | Fix version info commandtmk2013-09-191-5/+42
| |
* | Fix bootloader jump use word addresstmk2013-09-181-3/+4
|/ | | | | | - 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?
* Fix action macrostmk2013-09-111-4/+4
|
* Add version stringtmk2013-09-111-3/+4
|
* Fix tapping count over flow(issue #52)tmk2013-07-291-1/+1
|
* Add NKRO support for LUFAtmk2013-07-282-23/+49
|
* Add bootmagic salt key to avoid accidental configurationtmk2013-07-242-1/+15
|
* Add mechanical locking switch support for NumLock and ScrollLocktmk2013-07-232-6/+53
|
* Add support for macro media/system keystmk2013-07-235-73/+73
|
* Cancel tapping when interrupted by other keytmk2013-07-211-26/+45
|
* Change name ACT_LAYER_TAP1 to ACT_LAYER_TAP_EXTtmk2013-07-202-8/+8
|
* Add BACKLIGHT_ENABLE conditionaltmk2013-06-233-0/+8
|
* Fix typotmk2013-06-221-1/+1
|
* Add support for backlightWraul2013-06-229-0/+185
|
* Add default layer config to bootmagictmk2013-06-227-9/+31
|
* Fixes to sleep LED.Mathias Andersson2013-05-271-0/+5
| | | | | Add help text. Add missing SLEEP_LED_ENABLE checks.
* Fix deprecated 'prog_*' typedef - Issue #34tmk2013-05-216-14/+13
| | | | | | | | | - Remove prog_char from xpritnf - Remove prog_macro_t from acton_macro avr-libc-1.8 removed 'prog_*' typedef because the usage of the __progmem__ attribute on a type is not supported in GCC. http://www.nongnu.org/avr-libc/changes-1.8.html
* Fix command.c and READMEtmk2013-05-151-1/+0
|
* Use dprint and dprintf for debugtmk2013-05-145-62/+72
|
* Add xprintf(xitoa) from elm-chan.orgtmk2013-05-149-222/+788
|
* Remove common/controller_teensy.htmk2013-04-131-27/+0
|
* Add media eject key support from tuftytmk2013-04-122-2/+6
|
* Fix bootmagic and eeconfig for virtual DIP SWtmk2013-04-0710-166/+225
|
* Fix keymap for new actionstmk2013-04-051-2/+2
|
* Fix keymap of hhkb for new actionstmk2013-04-051-8/+10
|
* Fix keymap of gh60tmk2013-04-051-7/+8
|
* Fix ACT_MODS action and switch_default_layer commandtmk2013-04-042-8/+3
|
* Add file action_code.htmk2013-04-042-286/+290
|
* Fix ACTION_LAYER macrostmk2013-04-031-26/+23
|
* Rename file layer_switch to action_layertmk2013-04-025-6/+6
|
* Refine ACT_LAYER and ACT_LAYER_TAPtmk2013-04-028-315/+263
| | | | - Remove ACT_LAYER_BITOP
* Remove ACT_KEYMAP and ACT_OVERLAYtmk2013-03-315-367/+86
| | | | | | - Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP
* Add action_tapping.[ch] for refactoringtmk2013-03-294-369/+396
|
* Add sleep LED test commandtmk2013-03-271-0/+8
|
* Add supsend and wakeup to pjrc stacktmk2013-03-271-0/+19
|
* Add common/suspend.ctmk2013-03-253-1/+95
|
* Clean action.ctmk2013-03-211-242/+246
|
* Add NO_ACTION_ONESHOT config optiontmk2013-03-213-42/+81
|
* Add NO_ACTION_KEYMAP config optiontmk2013-03-203-0/+21
|
* Add NO_ACTION_FUNCTION config optiontmk2013-03-201-0/+4
|
* Add NO_ACTION_TAPPING and NO_ACTION_MACRO config optionstmk2013-03-203-6/+34
|
* Add NO_ACTION_OVERLAY config optiontmk2013-03-203-0/+21
|
* Add COMMAND_ENABLE build optiontmk2013-03-191-0/+4
|
* Add NO_PRINT and NO_DEBUG config options.tmk2013-03-195-32/+69
| | | | | - NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API
* Change sleep led step table to get smoothtmk2013-03-161-9/+20
|
* Add breathing sleep LED during USB suspendtmk2013-03-162-0/+94
|
* Fix debouncing and add legacy keymap supporttmk2013-03-121-1/+1
|
* Add mechanical locking switch support for CapsLocktmk2013-03-123-1/+31
|