aboutsummaryrefslogtreecommitdiff
path: root/keyboards/xd75/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/xd75/config.h')
-rw-r--r--keyboards/xd75/config.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/xd75/config.h b/keyboards/xd75/config.h
index b3a1882be..57ca4001f 100644
--- a/keyboards/xd75/config.h
+++ b/keyboards/xd75/config.h
@@ -15,13 +15,12 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#ifndef CONFIG_H 18#pragma once
19#define CONFIG_H
20 19
21#include "config_common.h" 20#include "config_common.h"
22 21
23/* USB Device descriptor parameter */ 22/* USB Device descriptor parameter */
24#define VENDOR_ID 0xCDCD 23#define VENDOR_ID 0x7844 // "XD"
25#define PRODUCT_ID 0x7575 24#define PRODUCT_ID 0x7575
26#define DEVICE_VER 0x0001 25#define DEVICE_VER 0x0001
27#define MANUFACTURER xiudi 26#define MANUFACTURER xiudi
@@ -183,5 +182,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
183 182
184/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */ 183/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
185//#define MIDI_TONE_KEYCODE_OCTAVES 1 184//#define MIDI_TONE_KEYCODE_OCTAVES 1
186
187#endif