[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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user