aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/m10a/config.h
diff options
context:
space:
mode:
authorWilba <Jason.S.Williams@gmail.com>2020-03-07 20:38:08 +1100
committerGitHub <noreply@github.com>2020-03-07 01:38:08 -0800
commitc4d8e5692837e8c0377d9111b37308f55cf3edba (patch)
tree34666056008856301a5ecc8d00211a34bbf8e432 /keyboards/m10a/config.h
parent5e1ce3988d81b5c60a6224664d45c67ac2ad7cd9 (diff)
downloadfirmware-c4d8e5692837e8c0377d9111b37308f55cf3edba.tar.gz
firmware-c4d8e5692837e8c0377d9111b37308f55cf3edba.tar.bz2
firmware-c4d8e5692837e8c0377d9111b37308f55cf3edba.zip
Added VIA keymap for Ramaworks M10-A (#8255)
* Added VIA keymap for Ramaworks M10-A * change vendor/product in base config.h * #pragma once * Uee LAYOUT() in keymaps
Diffstat (limited to 'keyboards/m10a/config.h')
-rw-r--r--keyboards/m10a/config.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/keyboards/m10a/config.h b/keyboards/m10a/config.h
index f2e6e45e7..d7fcc95b6 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