[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:
parent
f487b726cd
commit
36f4f1e9b8
6 changed files with 128 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue