# HG changeset patch # User Jacob Alexander # Date 1424494893 28800 # Node ID 5fc9fa7419b4e9ed518f644feb4a5103c23a735d # Parent b42eb01994efdb9a06343e83dc48601154e11fe1 Internally fixing typo (ASTERIX to ASTERISK (Requires a kll update to work correctly) diff -r b42eb01994ef -r 5fc9fa7419b4 Macro/PartialMap/usb_hid.h --- a/Macro/PartialMap/usb_hid.h Mon Feb 16 13:27:42 2015 -0800 +++ b/Macro/PartialMap/usb_hid.h Fri Feb 20 21:01:33 2015 -0800 @@ -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 @@ -113,7 +113,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