Wazowski 23-19 VIA Support (#9730)
* fixed keymap placement - online configurator keys were in the wrong location and needed to be fixed - fixed a key being to high on the y position * Create rules.mk * Create keymap.c * Update rules.mk added VIA support * Changed wazowski via keymap to include skipped switch * changed the vendor ID * Update keyboards/keebzdotnet/wazowski/config.h * Removed VIA enable from keyboard rules.mk * Update keyboards/keebzdotnet/wazowski/rules.mk * Fixed wazowski via keymap build errors * Added multi-layer support for Wazowski via keymap
This commit is contained in:
parent
8b90822f6e
commit
5ecb1b2d39
4 changed files with 45 additions and 4 deletions
|
@ -20,7 +20,7 @@ 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 VENDOR_ID 0x4B5A // "KZ"
|
||||
#define PRODUCT_ID 0x53FC
|
||||
#define DEVICE_VER 0x0001
|
||||
#define MANUFACTURER keebzdotnet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue