/* Copyright (c) 2005 Agorics; see MIT_License in this directory
or http://www.opensource.org/licenses/mit-license.html */

/********************************************************************

   KC(VDKF,VDKF_Create) KEYSFROM(sb,m,sb,CCK) KEYSTO(VDK)

   KC(VDK,atc) KEYSFROM(,,DOM)  

********************************************************************/

#ifndef _H_vdk
#define _H_vdk

#define VDKF_AKT      0xA0D
#define VDK_AKT     0x10A0D

#define VDKF_CreateSilent       0
#define VDKF_CreateSwitcher     1
#define VDKF_CreateCCK          2

#endif
