diff options
Diffstat (limited to 'keyboards/m10a/config.h')
-rw-r--r-- | keyboards/m10a/config.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/m10a/config.h b/keyboards/m10a/config.h index f2e6e45e73..d7fcc95b61 100644 --- a/keyboards/m10a/config.h +++ b/keyboards/m10a/config.h @@ -21,12 +21,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #include "config_common.h" /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFEED -#define PRODUCT_ID 0x0007 -#define DEVICE_VER 0x0001 -#define MANUFACTURER Machine Industries -#define PRODUCT M10-A -#define DESCRIPTION RAMA x Machine Industries M10-A +#define VENDOR_ID 0x5241 // "RA" +#define PRODUCT_ID 0x00AA // 10-A +#define DEVICE_VER 0x0001 +#define MANUFACTURER RAMA WORKS +#define PRODUCT RAMA WORKS M10-A +#define DESCRIPTION RAMA WORKS M10-A /* key matrix size */ #define MATRIX_ROWS 4 |