mirror of
https://github.com/firewalkwithm3/qmk_firmware.git
synced 2024-11-22 19:40:29 +08:00
[Keyboard] Update Rosa vendorId to something unique for VIA (#12918)
This commit is contained in:
parent
6d1f059868
commit
1d3f775051
|
@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#include "config_common.h"
|
#include "config_common.h"
|
||||||
|
|
||||||
/* USB Device descriptor parameter */
|
/* USB Device descriptor parameter */
|
||||||
#define VENDOR_ID 0x696B // ik -> illusion keyboards
|
#define VENDOR_ID 0x694B // iK -> illusion keyboards
|
||||||
#define PRODUCT_ID 0x6952 // iR -> illusion Rosa
|
#define PRODUCT_ID 0x6952 // iR -> illusion Rosa
|
||||||
#define DEVICE_VER 0x0001
|
#define DEVICE_VER 0x0001
|
||||||
#define MANUFACTURER illusion keyboards
|
#define MANUFACTURER illusion keyboards
|
||||||
|
|
Loading…
Reference in a new issue