aboutsummaryrefslogtreecommitdiffstats
path: root/common/command.c
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #151 from bswinnerton/typo-fixtmk2015-01-191-6/+6
|\
| * Fixing typo in console modeBrooks Swinnerton2014-11-301-6/+6
* | Fix modifier stuck of Lock command(#127)tmk2015-01-011-0/+1
|/
* Ad hoc fix of command APItmk2014-07-301-9/+19
* Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bittmk2014-07-071-0/+1
|\
| * Adding NKRO virtual dip-switch, using existing bit in keymap byte.Shayne Holmes2014-04-091-0/+1
* | Make NKRO deafult when it is availabletmk2014-04-271-2/+2
|/
* Fix mod stuck of MODS_KEY when leaving layer #62tmk2013-10-041-0/+1
* Fix version info commandtmk2013-09-191-5/+42
* Add version stringtmk2013-09-111-3/+4
* Add BACKLIGHT_ENABLE conditionaltmk2013-06-231-0/+2
* Add support for backlightWraul2013-06-221-0/+7
* Add default layer config to bootmagictmk2013-06-221-2/+2
* Fixes to sleep LED.Mathias Andersson2013-05-271-0/+5
* Fix command.c and READMEtmk2013-05-151-1/+0
* Fix bootmagic and eeconfig for virtual DIP SWtmk2013-04-071-24/+24
* Fix ACT_MODS action and switch_default_layer commandtmk2013-04-041-1/+1
* Rename file layer_switch to action_layertmk2013-04-021-1/+1
* Refine ACT_LAYER and ACT_LAYER_TAPtmk2013-04-021-1/+2
* Remove ACT_KEYMAP and ACT_OVERLAYtmk2013-03-311-1/+0
* Add sleep LED test commandtmk2013-03-271-0/+8
* Add NO_PRINT and NO_DEBUG config options.tmk2013-03-191-13/+2
* Add build option BOOTMAGIC_ENABLEtmk2013-03-111-0/+4
* Add keyconf in eeconfig.ctmk2013-03-111-0/+9
* Rename HOST_* to PROTOCOL_* in protocol/*.mktmk2013-03-111-5/+5
* Add KEYCONF to eeconfig.ctmk2013-03-101-2/+2
* Add bootmagic.c and fix bootloader_jumptmk2013-03-091-3/+1
* Add eeconfig.c - eeprom stored paramerterstmk2013-03-071-0/+22
* Add overlay frameworktmk2013-02-201-4/+3
* Rewrite layer action with layer_switchtmk2013-02-161-5/+2
* Replace layer_stack with layer_switchtmk2013-02-151-2/+2
* Fix switch_default_layer commandtmk2013-02-151-10/+12
* Change: 0 means default_layer in current_layer nowtmk2013-02-151-3/+4
* Fix 'chage default layer' command.tmk2013-02-121-14/+7
* Merge branch 'keymap2'tmk2013-02-111-16/+1
|\
| * Clean code.tmk2013-01-281-16/+1
* | Fixes from Tranquilite@GH.tmk2012-11-231-0/+1
|/
* Add print_dec() and debug_dec().tmk2012-10-271-17/+14
* Add print utilitytmk2012-10-231-25/+26
* Add child proof keyboard locking feature!tmk2012-10-181-3/+20
* Add command console and mouseky parameters tweak.tmk2012-10-171-62/+365
* Fix commandstmk2012-10-171-30/+47
* Clean host.h interface.tmk2012-10-171-7/+0
* Add keycode.h and remove usb_keycodes.h.tmk2012-10-171-19/+19
* Initial version of new code for layer switch is added.tmk2012-10-171-1/+1
* confirm SetReport LED.tmk2012-06-291-0/+1
* Moved files to common, protocol and doc directorytmk2012-06-071-0/+243