forked from mirrors/qmk_userspace
Add VIA support for Filco Majestouch 2 /w The Tiger Lily (#12401)
This commit is contained in:
parent
b2b075c123
commit
06f8cb1b8a
4 changed files with 74 additions and 2 deletions
|
@ -21,8 +21,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 0x6060
|
||||
#define VENDOR_ID 0x4245 //BE
|
||||
#define PRODUCT_ID 0x544C //TL
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER Bathroom Epiphanies
|
||||
#define PRODUCT tiger_lily
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue