aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xd75/config.h
diff options
context:
space:
mode:
authorXelus22 <17491233+Xelus22@users.noreply.github.com>2020-06-30 17:27:24 +0000
committerGitHub <noreply@github.com>2020-06-30 18:27:24 +0100
commit6600f32d355b7028854f537a5e0ee9d352f539f0 (patch)
tree6585c497105e55477d670ccdb10efdcb6772e676 /keyboards/xd75/config.h
parente9fa41631c816e7236210ac9fd9359c603c5ad5e (diff)
downloadfirmware-6600f32d355b7028854f537a5e0ee9d352f539f0.tar.gz
firmware-6600f32d355b7028854f537a5e0ee9d352f539f0.tar.bz2
firmware-6600f32d355b7028854f537a5e0ee9d352f539f0.zip
Add VIA support on XiuDi (XD) keyboards (#8829)
Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Erovia <Erovia@users.noreply.github.com>
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
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#ifndef CONFIG_H
-#define CONFIG_H
+#pragma once
#include "config_common.h"
/* USB Device descriptor parameter */
-#define VENDOR_ID 0xCDCD
+#define VENDOR_ID 0x7844 // "XD"
#define PRODUCT_ID 0x7575
#define DEVICE_VER 0x0001
#define MANUFACTURER xiudi
@@ -183,5 +182,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
//#define MIDI_TONE_KEYCODE_OCTAVES 1
-
-#endif