[Keyboard] Add Via support for TG4x (#10571)
* Update vendor ID * New default layout with RESET mapped * Add Via keymap * Update README * Update keyboards/tg4x/keymaps/via/rules.mk Co-authored-by: Ryan <fauxpark@gmail.com> * Update keyboards/tg4x/config.h Co-authored-by: Ryan <fauxpark@gmail.com> * Delete config.h * Update keyboards/tg4x/keymaps/default/keymap.c Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
8685409784
commit
fcd55e2f04
5 changed files with 63 additions and 4 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 0x0001
|
||||
#define VENDOR_ID 0x4D4D // "MM"
|
||||
#define PRODUCT_ID 0x0458 // 4 "X"
|
||||
#define DEVICE_VER 0x0021
|
||||
#define MANUFACTURER MythosMann
|
||||
#define PRODUCT TG4x
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue