comparison Macro/PartialMap/usb_hid.h @ 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 66eccdd9ced5
children e85438377fe6
comparison
equal deleted inserted replaced
381:fbe55b27dc02 382:2268093deff4
72 #define KEY_BACKSPACE 0x2A 72 #define KEY_BACKSPACE 0x2A
73 #define KEY_TAB 0x2B 73 #define KEY_TAB 0x2B
74 #define KEY_SPACE 0x2C 74 #define KEY_SPACE 0x2C
75 #define KEY_MINUS 0x2D 75 #define KEY_MINUS 0x2D
76 #define KEY_EQUAL 0x2E 76 #define KEY_EQUAL 0x2E
77 #define KEY_LEFT_BRACE 0x2F 77 #define KEY_LEFT_BRACKET 0x2F
78 #define KEY_RIGHT_BRACE 0x30 78 #define KEY_RIGHT_BRACKET 0x30
79 #define KEY_BACKSLASH 0x31 79 #define KEY_BACKSLASH 0x31
80 #define KEY_NUMBER 0x32 80 #define KEY_NUMBER 0x32
81 #define KEY_SEMICOLON 0x33 81 #define KEY_SEMICOLON 0x33
82 #define KEY_QUOTE 0x34 82 #define KEY_QUOTE 0x34
83 #define KEY_BACKTICK 0x35 83 #define KEY_BACKTICK 0x35