diff options
| author | Brandon Lee | 2021-05-17 00:43:33 +0200 |
|---|---|---|
| committer | GitHub | 2021-05-17 00:43:33 +0200 |
| commit | 1d3f775051fd118fc9c5d95a4f278761117c2c97 (patch) | |
| tree | bb337ea692c362a570c7fdf1b502cccec6749fcf | |
| parent | 6d1f0598684f250256f68f85e673109675e8be86 (diff) | |
[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 0fcf4931c3..6bd4884138 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/>. #include "config_common.h" /* 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 DEVICE_VER 0x0001 #define MANUFACTURER illusion keyboards |