aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmk_core/protocol/lufa/descriptor.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/tmk_core/protocol/lufa/descriptor.h b/tmk_core/protocol/lufa/descriptor.h
index 316650a7b..c6c94e361 100644
--- a/tmk_core/protocol/lufa/descriptor.h
+++ b/tmk_core/protocol/lufa/descriptor.h
@@ -1,4 +1,4 @@
1/* 1/*
2 * Copyright 2012,2013 Jun Wako <wakojun@gmail.com> 2 * Copyright 2012,2013 Jun Wako <wakojun@gmail.com>
3 * This file is based on: 3 * This file is based on:
4 * LUFA-120219/Demos/Device/Lowlevel/KeyboardMouse 4 * LUFA-120219/Demos/Device/Lowlevel/KeyboardMouse
@@ -129,13 +129,13 @@ typedef struct
129# define MOUSE_INTERFACE (KEYBOARD_INTERFACE + 1) 129# define MOUSE_INTERFACE (KEYBOARD_INTERFACE + 1)
130#else 130#else
131# define MOUSE_INTERFACE KEYBOARD_INTERFACE 131# define MOUSE_INTERFACE KEYBOARD_INTERFACE
132#endif 132#endif
133 133
134#ifdef EXTRAKEY_ENABLE 134#ifdef EXTRAKEY_ENABLE
135# define EXTRAKEY_INTERFACE (MOUSE_INTERFACE + 1) 135# define EXTRAKEY_INTERFACE (MOUSE_INTERFACE + 1)
136#else 136#else
137# define EXTRAKEY_INTERFACE MOUSE_INTERFACE 137# define EXTRAKEY_INTERFACE MOUSE_INTERFACE
138#endif 138#endif
139 139
140#ifdef CONSOLE_ENABLE 140#ifdef CONSOLE_ENABLE
141# define CONSOLE_INTERFACE (EXTRAKEY_INTERFACE + 1) 141# define CONSOLE_INTERFACE (EXTRAKEY_INTERFACE + 1)
@@ -171,7 +171,7 @@ typedef struct
171#define KEYBOARD_IN_EPNUM 1 171#define KEYBOARD_IN_EPNUM 1
172 172
173#ifdef MOUSE_ENABLE 173#ifdef MOUSE_ENABLE
174# define MOUSE_IN_EPNUM (KEYBOARD_IN_EPNUM + 1) 174# define MOUSE_IN_EPNUM (KEYBOARD_IN_EPNUM + 1)
175#else 175#else
176# define MOUSE_IN_EPNUM KEYBOARD_IN_EPNUM 176# define MOUSE_IN_EPNUM KEYBOARD_IN_EPNUM
177#endif 177#endif
@@ -179,7 +179,7 @@ typedef struct
179#ifdef EXTRAKEY_ENABLE 179#ifdef EXTRAKEY_ENABLE
180# define EXTRAKEY_IN_EPNUM (MOUSE_IN_EPNUM + 1) 180# define EXTRAKEY_IN_EPNUM (MOUSE_IN_EPNUM + 1)
181#else 181#else
182# define EXTRAKEY_IN_EPNUM MOUSE_IN_EPNUM 182# define EXTRAKEY_IN_EPNUM MOUSE_IN_EPNUM
183#endif 183#endif
184 184
185#ifdef CONSOLE_ENABLE 185#ifdef CONSOLE_ENABLE
@@ -226,7 +226,7 @@ typedef struct
226#define MOUSE_EPSIZE 8 226#define MOUSE_EPSIZE 8
227#define EXTRAKEY_EPSIZE 8 227#define EXTRAKEY_EPSIZE 8
228#define CONSOLE_EPSIZE 32 228#define CONSOLE_EPSIZE 32
229#define NKRO_EPSIZE 16 229#define NKRO_EPSIZE 32
230#define MIDI_STREAM_EPSIZE 64 230#define MIDI_STREAM_EPSIZE 64
231#define CDC_NOTIFICATION_EPSIZE 8 231#define CDC_NOTIFICATION_EPSIZE 8
232#define CDC_EPSIZE 16 232#define CDC_EPSIZE 16