]> git.donarmstrong.com Git - kiibohd-controller.git/commitdiff
Fixing very old bad naming convention (BRACE to BRACKET)
authorJacob Alexander <haata@kiibohd.com>
Thu, 8 Oct 2015 03:06:41 +0000 (20:06 -0700)
committerJacob Alexander <haata@kiibohd.com>
Thu, 8 Oct 2015 03:06:41 +0000 (20:06 -0700)
Macro/PartialMap/usb_hid.h

index a7d558180e4214a6bf5ae7377e5ab0f4e9ac1c0d..a9ac5689c5fe22990bb557ce01e95500f4464a44 100644 (file)
@@ -74,8 +74,8 @@
 #define KEY_SPACE          0x2C
 #define KEY_MINUS          0x2D
 #define KEY_EQUAL          0x2E
-#define KEY_LEFT_BRACE     0x2F
-#define KEY_RIGHT_BRACE    0x30
+#define KEY_LEFT_BRACKET   0x2F
+#define KEY_RIGHT_BRACKET  0x30
 #define KEY_BACKSLASH      0x31
 #define KEY_NUMBER         0x32
 #define KEY_SEMICOLON      0x33