aboutsummaryrefslogtreecommitdiffstats
path: root/common/command.c
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| * Adding NKRO virtual dip-switch, using existing bit in keymap byte.Shayne Holmes2014-04-091-0/+1
| | | | | | | | | | | | 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.
* | Make NKRO deafult when it is availabletmk2014-04-271-2/+2
|/ | | | - NKRO is used only when keyboard_protocol = 1(report)
* Fix mod stuck of MODS_KEY when leaving layer #62tmk2013-10-041-0/+1
| | | | | | | - 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
* 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
| | | | | Add help text. Add missing SLEEP_LED_ENABLE checks.
* 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_LAYER_BITOP
* Remove ACT_KEYMAP and ACT_OVERLAYtmk2013-03-311-1/+0
| | | | | | - Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP
* Add sleep LED test commandtmk2013-03-271-0/+8
|
* Add NO_PRINT and NO_DEBUG config options.tmk2013-03-191-13/+2
| | | | | - NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API
* 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