From 7a7b73ca4a798dbb1a28f647ad77b41310de31bd Mon Sep 17 00:00:00 2001
From: Jacob Alexander <haata@kiibohd.com>
Date: Fri, 20 Feb 2015 21:01:33 -0800
Subject: [PATCH] Internally fixing typo (ASTERIX to ASTERISK

(Requires a kll update to work correctly)
---
 Macro/PartialMap/usb_hid.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Macro/PartialMap/usb_hid.h b/Macro/PartialMap/usb_hid.h
index ce097ba..f2dba32 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
@@ -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
-- 
2.39.5