changeset 382:2268093deff4

Fixing very old bad naming convention (BRACE to BRACKET)
author Jacob Alexander <haata@kiibohd.com>
date Wed, 07 Oct 2015 20:06:41 -0700
parents fbe55b27dc02
children 801e7628d977
files Macro/PartialMap/usb_hid.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/Macro/PartialMap/usb_hid.h	Tue Oct 06 00:24:04 2015 -0700
+++ b/Macro/PartialMap/usb_hid.h	Wed Oct 07 20:06:41 2015 -0700
@@ -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