X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Macro%2FPartialMap%2Fusb_hid.h;h=a7d558180e4214a6bf5ae7377e5ab0f4e9ac1c0d;hb=5f262ea4b68a07e9b94ce0a49c0f7196e5f32b3b;hp=ce097ba0b8fac0fc3c8625e8bd606a5d3a2974b6;hpb=c57c2d7a669d2ce7d1c7c5ffd2a2ac645048390c;p=kiibohd-controller.git diff --git a/Macro/PartialMap/usb_hid.h b/Macro/PartialMap/usb_hid.h index ce097ba..a7d5581 100644 --- a/Macro/PartialMap/usb_hid.h +++ b/Macro/PartialMap/usb_hid.h @@ -1,4 +1,4 @@ -/* Copyright (C) 2011-2014 by Jacob Alexander +/* Copyright (C) 2011-2015 by Jacob Alexander * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal @@ -19,8 +19,7 @@ * THE SOFTWARE. */ -#ifndef __usb_hid_h -#define __usb_hid_h +#pragma once // ----- Defines ----- @@ -113,7 +112,7 @@ #define KEY_UP 0x52 #define KEY_NUM_LOCK 0x53 #define KEYPAD_SLASH 0x54 -#define KEYPAD_ASTERIX 0x55 +#define KEYPAD_ASTERISK 0x55 #define KEYPAD_MINUS 0x56 #define KEYPAD_PLUS 0x57 #define KEYPAD_ENTER 0x58 @@ -773,7 +772,3 @@ #define AC_DISTRIBUTE_VERTICALLY 0x29C // 0x29D-0xFFFF Reserved - - -#endif -