mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-17 05:02:07 +00:00
Change マイナーバージョンの表記に対応できるよう、DEVICE_VERの桁を1つ上げた。
This commit is contained in:
parent
34c120cf40
commit
83f578417d
@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0x175A
|
||||
#define DEVICE_VER 0x0001
|
||||
#define DEVICE_VER 0x0010
|
||||
#define MANUFACTURER jpskenn
|
||||
#define PRODUCT Jones
|
||||
#define DESCRIPTION Row-staggered 60% keyboard with gapless R2-R3 row.
|
||||
|
@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0x175A
|
||||
#define DEVICE_VER 0x0002
|
||||
#define DEVICE_VER 0x0020
|
||||
#define MANUFACTURER jpskenn
|
||||
#define PRODUCT Jones
|
||||
#define DESCRIPTION Jones is a Row-staggered 60% keyboard with gapless R2-R3 row. GH60 case compatible PCB and keyplate.
|
||||
|
@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* USB Device descriptor parameter */
|
||||
#define VENDOR_ID 0xFEED
|
||||
#define PRODUCT_ID 0x175A
|
||||
#define DEVICE_VER 0x0003
|
||||
#define DEVICE_VER 0x0030
|
||||
#define MANUFACTURER jpskenn
|
||||
#define PRODUCT Jones
|
||||
#define DESCRIPTION Jones is a Row-staggered 60% keyboard with gapless R2-R3 row. GH60 case compatible PCB and keyplate.
|
||||
|
Loading…
Reference in New Issue
Block a user