aboutsummaryrefslogtreecommitdiffstats
path: root/common/command.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | - current_layer indicates active layer at the time - default_layer indicates base layer - default_layer is used when current_layer is 0 - with this LAYER_BIT action works as overlay even if default_layer varies other than layer 0.
* Fix 'chage default layer' command.tmk2013-02-121-14/+7
|
* Merge branch 'keymap2'tmk2013-02-111-16/+1
|\ | | | | | | | | Conflicts: common/keyboard.c
| * Clean code.tmk2013-01-281-16/+1
| |
* | Fixes from Tranquilite@GH.tmk2012-11-231-0/+1
|/ | | | | | - Fix keyboard_task() when matrix column size > 16 - Add clear_keyboard() in NKRO command to avoid stucking keys. - Fix function name in print.c.
* 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
| | | | | Fix: add wait for Power down command Add ifdef of MOUSEKEY_ENABLE
* 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