diff options
author | Harshit Goel <harshitgoel96@yahoo.com> | 2020-10-29 13:46:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-29 01:16:51 -0700 |
commit | 36f4f1e9b819dccf4efda6d88b0c086768ddbd63 (patch) | |
tree | 0be3404b219530bbf627efb3b4113f8ca54ab352 /keyboards/redox/rev1 | |
parent | f487b726cd31f51f652f0c498e9767118faeff10 (diff) |
[Keyboard] Redox via support added (#10710)
* add via config for Redox OG
* Fix name typo
* clean up via file and move to via pull
* fix typo in readme, align config.h properly
Diffstat (limited to 'keyboards/redox/rev1')
-rw-r--r-- | keyboards/redox/rev1/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/redox/rev1/config.h b/keyboards/redox/rev1/config.h index 94e824e0e4..284145dc0c 100644 --- a/keyboards/redox/rev1/config.h +++ b/keyboards/redox/rev1/config.h @@ -20,8 +20,8 @@ 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 0x0000 +#define VENDOR_ID 0x4D44 // "MD" +#define PRODUCT_ID 0x5244 // "RD" #define DEVICE_VER 0x0100 #define MANUFACTURER Falbatech #define PRODUCT The Redox Keyboard |