diff options
author | AKiwi92 <69772382+AKiwi92@users.noreply.github.com> | 2021-09-11 05:20:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-10 21:20:43 -0700 |
commit | d0b1d9f548aa39e1d267e8f62db4e0c65aae9206 (patch) | |
tree | 88ddc11bd5fd0bc6799895b049c51d95c93dfc17 /keyboards/kiwikeebs/macro/config.h | |
parent | 6213989c3248405aed7710d68599c8e61ac5b910 (diff) | |
download | qmk_firmware-d0b1d9f548aa39e1d267e8f62db4e0c65aae9206.tar.gz qmk_firmware-d0b1d9f548aa39e1d267e8f62db4e0c65aae9206.zip |
[Keyboard] KiwiKeebs Macro V2 (QMK/VIA) and update to V1 (#13499)
Co-authored-by: Joel Challis <git@zvecr.com>
Co-authored-by: James Young <18669334+noroadsleft@users.noreply.github.com>
Co-authored-by: Drashna Jaelre <drashna@live.com>
Co-authored-by: Ryan <fauxpark@gmail.com>
Co-authored-by: Ash <ash@splitpixel.co.uk>
Diffstat (limited to 'keyboards/kiwikeebs/macro/config.h')
-rw-r--r-- | keyboards/kiwikeebs/macro/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kiwikeebs/macro/config.h b/keyboards/kiwikeebs/macro/config.h index 5753b52a0b..d9dcc3ba60 100644 --- a/keyboards/kiwikeebs/macro/config.h +++ b/keyboards/kiwikeebs/macro/config.h @@ -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 0x4B51 #define PRODUCT_ID 0x4712 #define DEVICE_VER 0x0001 #define MANUFACTURER KiwiKeebs |