diff options
author | elmo-space <lorwel@mailbox.org> | 2020-04-07 10:43:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 01:43:48 -0700 |
commit | ae74922d1485e3c8e120dbc141d003ed7696b1f9 (patch) | |
tree | a6478ba7ce7e056fdaa07ca4871ef556ae20c3c5 /keyboards/kira80/config.h | |
parent | 3349a8b49bdfad5c6ec33090bc898cd49446f34e (diff) | |
download | qmk_firmware-ae74922d1485e3c8e120dbc141d003ed7696b1f9.tar.gz |
add via support for kira80 (#8677)
* add via support for kira80
* remove redundant raw enable from rules.mk
* clean additional layers for via
* changed USB Vendor ID
Diffstat (limited to 'keyboards/kira80/config.h')
-rw-r--r-- | keyboards/kira80/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/kira80/config.h b/keyboards/kira80/config.h index b9ad85eb2..725b68d6e 100644 --- a/keyboards/kira80/config.h +++ b/keyboards/kira80/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 0x6986 #define PRODUCT_ID 0xC583 #define DEVICE_VER 0x0102 #define MANUFACTURER EVE |