diff options
author | kaylanm <1063516+kaylanm@users.noreply.github.com> | 2021-03-17 02:17:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-16 23:17:40 -0700 |
commit | ffc4380b307359d2b77819a59797a180d6e05c18 (patch) | |
tree | e75c3330b17c3b7fea593cf589f1e563c8ed87b1 /keyboards/kmac/config.h | |
parent | 314ef9df031b2c6ff84f4dd757498ff7b02dba60 (diff) |
[Keyboard] Add KMAC VIA keymap (#12224)
Diffstat (limited to 'keyboards/kmac/config.h')
-rw-r--r-- | keyboards/kmac/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/kmac/config.h b/keyboards/kmac/config.h index 7c9fcec320..45cbff9fa2 100644 --- a/keyboards/kmac/config.h +++ b/keyboards/kmac/config.h @@ -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 0x6050 +#define VENDOR_ID 0x4B4D // KM +#define PRODUCT_ID 0x4143 // AC #define DEVICE_VER 0x0104 #define MANUFACTURER KBDMania #define PRODUCT KMAC |