diff options
author | Brandon Lee <36001126+bleeCS@users.noreply.github.com> | 2021-05-16 18:43:33 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-16 15:43:33 -0700 |
commit | 1d3f775051fd118fc9c5d95a4f278761117c2c97 (patch) | |
tree | bb337ea692c362a570c7fdf1b502cccec6749fcf | |
parent | 6d1f0598684f250256f68f85e673109675e8be86 (diff) | |
download | qmk_firmware-1d3f775051fd118fc9c5d95a4f278761117c2c97.tar.gz qmk_firmware-1d3f775051fd118fc9c5d95a4f278761117c2c97.zip |
[Keyboard] Update Rosa vendorId to something unique for VIA (#12918)
-rw-r--r-- | keyboards/illusion/rosa/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/illusion/rosa/config.h b/keyboards/illusion/rosa/config.h index 0fcf4931c..6bd488413 100644 --- a/keyboards/illusion/rosa/config.h +++ b/keyboards/illusion/rosa/config.h | |||
@@ -20,7 +20,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
20 | #include "config_common.h" | 20 | #include "config_common.h" |
21 | 21 | ||
22 | /* USB Device descriptor parameter */ | 22 | /* USB Device descriptor parameter */ |
23 | #define VENDOR_ID 0x696B // ik -> illusion keyboards | 23 | #define VENDOR_ID 0x694B // iK -> illusion keyboards |
24 | #define PRODUCT_ID 0x6952 // iR -> illusion Rosa | 24 | #define PRODUCT_ID 0x6952 // iR -> illusion Rosa |
25 | #define DEVICE_VER 0x0001 | 25 | #define DEVICE_VER 0x0001 |
26 | #define MANUFACTURER illusion keyboards | 26 | #define MANUFACTURER illusion keyboards |