1
0
Fork 0

Add VIA support on XiuDi (XD) keyboards (#8829)

Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Erovia <Erovia@users.noreply.github.com>
This commit is contained in:
Xelus22 2020-06-30 17:27:24 +00:00 committed by GitHub
parent e9fa41631c
commit 6600f32d35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 386 additions and 16 deletions

View file

@ -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