]> git.donarmstrong.com Git - kiibohd-controller.git/commitdiff
Internally fixing typo (ASTERIX to ASTERISK
authorJacob Alexander <haata@kiibohd.com>
Sat, 21 Feb 2015 05:01:33 +0000 (21:01 -0800)
committerJacob Alexander <haata@kiibohd.com>
Sat, 21 Feb 2015 05:01:33 +0000 (21:01 -0800)
(Requires a kll update to work correctly)

Macro/PartialMap/usb_hid.h

index ce097ba0b8fac0fc3c8625e8bd606a5d3a2974b6..f2dba32377273b205629c356194a88d0e1601194 100644 (file)
@@ -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
 #define KEY_UP             0x52
 #define KEY_NUM_LOCK       0x53
 #define KEYPAD_SLASH       0x54
-#define KEYPAD_ASTERI    0x55
+#define KEYPAD_ASTERISK    0x55
 #define KEYPAD_MINUS       0x56
 #define KEYPAD_PLUS        0x57
 #define KEYPAD_ENTER       0x58