diff options
author | Naoki Katahira <kata0510.com@gmail.com> | 2020-08-25 01:08:35 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 09:08:35 -0700 |
commit | 958e3f85cb91b152c9e22de52a4a5113603d669d (patch) | |
tree | ae9f1f22263020889d63bd3f345cf95492552c44 /keyboards/lily58/rev1/config.h | |
parent | b139d34924499e69746307e618afaaa7cf5ab549 (diff) | |
download | qmk_firmware-958e3f85cb91b152c9e22de52a4a5113603d669d.tar.gz |
Update Lily58 Keymaps and VendorID (#9979)
* Update keymaps and venderID
* update config.h
* Update keyboards/lily58/keymaps/yuchi/keymap.c
Diffstat (limited to 'keyboards/lily58/rev1/config.h')
-rw-r--r-- | keyboards/lily58/rev1/config.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/keyboards/lily58/rev1/config.h b/keyboards/lily58/rev1/config.h index adcf11b52..4443f03c4 100644 --- a/keyboards/lily58/rev1/config.h +++ b/keyboards/lily58/rev1/config.h @@ -20,10 +20,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #pragma once /* USB Device descriptor parameter */ -#define VENDOR_ID 0xFC51 -#define PRODUCT_ID 0x0058 +#define VENDOR_ID 0x04D8 +#define PRODUCT_ID 0xEB2D #define DEVICE_VER 0x0100 -#define MANUFACTURER F_YUUCHI +#define MANUFACTURER liliums #define PRODUCT Lily58 #define DESCRIPTION Lily58 is 6×4+5keys column-staggered split keyboard. |