summaryrefslogtreecommitdiffstats
path: root/common/command.c
AgeCommit message (Collapse)AuthorFilesLines
2014-07-30Ad hoc fix of command APItmk1-9/+19
2014-07-07Merge pull request #112 from shayneholmes/ee_nkro_use_reserved_bittmk1-0/+1
Adding NKRO virtual dip-switch, using existing bit in keymap byte.
2014-04-26Make NKRO deafult when it is availabletmk1-2/+2
- NKRO is used only when keyboard_protocol = 1(report)
2014-04-10Adding NKRO virtual dip-switch, using existing bit in keymap byte.Shayne Holmes1-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.
2013-10-04Fix mod stuck of MODS_KEY when leaving layer #62tmk1-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
2013-09-18Fix version info commandtmk1-5/+42
2013-09-11Add version stringtmk1-3/+4
2013-06-23Add BACKLIGHT_ENABLE conditionaltmk1-0/+2
2013-06-22Add support for backlightWraul1-0/+7
2013-06-22Add default layer config to bootmagictmk1-2/+2
2013-05-27Fixes to sleep LED.Mathias Andersson1-0/+5
Add help text. Add missing SLEEP_LED_ENABLE checks.
2013-05-14Fix command.c and READMEtmk1-1/+0
2013-04-07Fix bootmagic and eeconfig for virtual DIP SWtmk1-24/+24
2013-04-04Fix ACT_MODS action and switch_default_layer commandtmk1-1/+1
2013-04-02Rename file layer_switch to action_layertmk1-1/+1
2013-04-02Refine ACT_LAYER and ACT_LAYER_TAPtmk1-1/+2
- Remove ACT_LAYER_BITOP
2013-03-31Remove ACT_KEYMAP and ACT_OVERLAYtmk1-1/+0
- Remove ACT_OVERLAY - Rename ACT_KEYMAP to ACT_LAYER - Add ACT_LAYER_BITOP
2013-03-27Add sleep LED test commandtmk1-0/+8
2013-03-19Add NO_PRINT and NO_DEBUG config options.tmk1-13/+2
- NO_PRINT: disable print.h API(also disable debug.h) - NO_DEBUG: disable debug.h API
2013-03-11Add build option BOOTMAGIC_ENABLEtmk1-0/+4
2013-03-10Add keyconf in eeconfig.ctmk1-0/+9
2013-03-10Rename HOST_* to PROTOCOL_* in protocol/*.mktmk1-5/+5
2013-03-10Add KEYCONF to eeconfig.ctmk1-2/+2
2013-03-09Add bootmagic.c and fix bootloader_jumptmk1-3/+1
2013-03-06Add eeconfig.c - eeprom stored paramerterstmk1-0/+22
2013-02-20Add overlay frameworktmk1-4/+3
2013-02-15Rewrite layer action with layer_switchtmk1-5/+2
2013-02-15Replace layer_stack with layer_switchtmk1-2/+2
2013-02-15Fix switch_default_layer commandtmk1-10/+12
2013-02-15Change: 0 means default_layer in current_layer nowtmk1-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.
2013-02-12Fix 'chage default layer' command.tmk1-14/+7
2013-02-11Merge branch 'keymap2'tmk1-16/+1
Conflicts: common/keyboard.c
2013-01-28Clean code.tmk1-16/+1
2012-11-23Fixes from Tranquilite@GH.tmk1-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.
2012-10-26Add print_dec() and debug_dec().tmk1-17/+14
2012-10-22Add print utilitytmk1-25/+26
2012-10-17Add child proof keyboard locking feature!tmk1-3/+20
Fix: add wait for Power down command Add ifdef of MOUSEKEY_ENABLE
2012-10-17Add command console and mouseky parameters tweak.tmk1-62/+365
2012-10-17Fix commandstmk1-30/+47
2012-10-17Clean host.h interface.tmk1-7/+0
2012-10-17Add keycode.h and remove usb_keycodes.h.tmk1-19/+19
2012-10-17Initial version of new code for layer switch is added.tmk1-1/+1
2012-06-29confirm SetReport LED.tmk1-0/+1
2012-06-06Moved files to common, protocol and doc directorytmk1-0/+243