~ruther/qmk_firmware

519df78cdbf7211b9e1ac6b961b0e10bb5164914 — fauxpark 5 years ago 3047335
Set device version from config.h for V-USB boards (#7316)

68 files changed, 68 insertions(+), 40 deletions(-)

M keyboards/ares/config.h
M keyboards/ares/usbconfig.h
M keyboards/bfake/config.h
M keyboards/bfake/usbconfig.h
M keyboards/coseyfannitutti/discipad/usbconfig.h
M keyboards/coseyfannitutti/discipline/usbconfig.h
M keyboards/donutcables/budget96/config.h
M keyboards/donutcables/budget96/usbconfig.h
M keyboards/eve/meteor/config.h
M keyboards/eve/meteor/usbconfig.h
M keyboards/exclusive/e6v2/le_bmc/usbconfig.h
M keyboards/exclusive/e6v2/oe_bmc/usbconfig.h
M keyboards/exent/usbconfig.h
M keyboards/facew/config.h
M keyboards/facew/usbconfig.h
M keyboards/ft/mars80/usbconfig.h
M keyboards/gingham/usbconfig.h
M keyboards/gray_studio/hb85/config.h
M keyboards/gray_studio/hb85/usbconfig.h
M keyboards/handwired/hnah40/usbconfig.h
M keyboards/jc65/v32a/config.h
M keyboards/jc65/v32a/usbconfig.h
M keyboards/jj40/config.h
M keyboards/jj40/usbconfig.h
M keyboards/jj4x4/config.h
M keyboards/jj4x4/usbconfig.h
M keyboards/jj50/config.h
M keyboards/jj50/usbconfig.h
M keyboards/kbdfans/kbdpad/mk1/config.h
M keyboards/kbdfans/kbdpad/mk1/usbconfig.h
M keyboards/mechmini/v1/usbconfig.h
M keyboards/mehkee96/config.h
M keyboards/mehkee96/usbconfig.h
M keyboards/mt40/usbconfig.h
M keyboards/panc60/config.h
M keyboards/panc60/usbconfig.h
M keyboards/pearl/config.h
M keyboards/pearl/usbconfig.h
M keyboards/percent/canoe/config.h
M keyboards/percent/canoe/usbconfig.h
M keyboards/percent/skog/config.h
M keyboards/percent/skog/usbconfig.h
M keyboards/percent/skog_lite/config.h
M keyboards/percent/skog_lite/usbconfig.h
M keyboards/plaid/usbconfig.h
M keyboards/singa/config.h
M keyboards/singa/usbconfig.h
M keyboards/tgr/alice/config.h
M keyboards/tgr/alice/usbconfig.h
M keyboards/tgr/jane/config.h
M keyboards/tgr/jane/usbconfig.h
M keyboards/unikorn/config.h
M keyboards/unikorn/usbconfig.h
M keyboards/winkeyless/bface/config.h
M keyboards/winkeyless/bface/usbconfig.h
M keyboards/winkeyless/bmini/config.h
M keyboards/winkeyless/bmini/usbconfig.h
M keyboards/winkeyless/bminiex/config.h
M keyboards/winkeyless/bminiex/usbconfig.h
M keyboards/ymd75/config.h
M keyboards/ymd75/usbconfig.h
M keyboards/ymd96/config.h
M keyboards/ymd96/usbconfig.h
M keyboards/ymdk/bface/config.h
M keyboards/ymdk/bface/usbconfig.h
M keyboards/ymdk_np21/config.h
M keyboards/ymdk_np21/usbconfig.h
M quantum/template/ps2avrgb/usbconfig.h
M keyboards/ares/config.h => keyboards/ares/config.h +1 -0
@@ 21,6 21,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
#define MANUFACTURER    LSJ
#define PRODUCT         QMK Firmware for Ares


M keyboards/ares/usbconfig.h => keyboards/ares/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'L', 'S', 'J'

M keyboards/bfake/config.h => keyboards/bfake/config.h +1 -0
@@ 22,6 22,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
#define MANUFACTURER    NotActuallyWinkeyless
#define PRODUCT         b.fake


M keyboards/bfake/usbconfig.h => keyboards/bfake/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/coseyfannitutti/discipad/usbconfig.h => keyboards/coseyfannitutti/discipad/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x01, 0x00
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'c','o','s','e','y','f','a','n','n','i','t','u','t','t','i'

M keyboards/coseyfannitutti/discipline/usbconfig.h => keyboards/coseyfannitutti/discipline/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x01, 0x00
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'c','o','s','e','y','f','a','n','n','i','t','u','t','t','i'

M keyboards/donutcables/budget96/config.h => keyboards/donutcables/budget96/config.h +1 -0
@@ 21,6 21,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
#define MANUFACTURER    DonutCables
#define PRODUCT         budget96


M keyboards/donutcables/budget96/usbconfig.h => keyboards/donutcables/budget96/usbconfig.h +1 -1
@@ 227,7 227,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'D', 'o', 'n', 'u', 't', 'C', 'a', 'b', 'l', 'e', 's'

M keyboards/eve/meteor/config.h => keyboards/eve/meteor/config.h +1 -0
@@ 21,6 21,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
#define MANUFACTURER    EVE
#define PRODUCT         Meteor


M keyboards/eve/meteor/usbconfig.h => keyboards/eve/meteor/usbconfig.h +1 -1
@@ 217,7 217,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/exclusive/e6v2/le_bmc/usbconfig.h => keyboards/exclusive/e6v2/le_bmc/usbconfig.h +1 -1
@@ 227,7 227,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'E', 'x', 'c', 'l', 'u', 's', 'i', 'v', 'e'

M keyboards/exclusive/e6v2/oe_bmc/usbconfig.h => keyboards/exclusive/e6v2/oe_bmc/usbconfig.h +1 -1
@@ 227,7 227,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'E', 'x', 'c', 'l', 'u', 's', 'i', 'v', 'e'

M keyboards/exent/usbconfig.h => keyboards/exent/usbconfig.h +1 -1
@@ 217,7 217,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION 0x00, 0x02
#define USB_CFG_DEVICE_VERSION (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME 'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/facew/config.h => keyboards/facew/config.h +1 -0
@@ 21,6 21,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
#define MANUFACTURER    NotActuallyWinkeyless
#define PRODUCT         facew


M keyboards/facew/usbconfig.h => keyboards/facew/usbconfig.h +1 -1
@@ 227,7 227,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'S', 'p', 'r', 'i', 't'

M keyboards/ft/mars80/usbconfig.h => keyboards/ft/mars80/usbconfig.h +1 -1
@@ 227,7 227,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'f', 't'

M keyboards/gingham/usbconfig.h => keyboards/gingham/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x01, 0x00
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'Y','i','a','n','c','a','r','-','D','e', 's', 'i', 'g', 'n', 's'

M keyboards/gray_studio/hb85/config.h => keyboards/gray_studio/hb85/config.h +1 -0
@@ 19,6 19,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422F
#define DEVICE_VER      0x0200
#define MANUFACTURER    Gray Studio
#define PRODUCT         HB85


M keyboards/gray_studio/hb85/usbconfig.h => keyboards/gray_studio/hb85/usbconfig.h +1 -1
@@ 227,7 227,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'G', 'r', 'a', 'y', ' ', 'S', 't', 'u', 'd', 'i', 'o'

M keyboards/handwired/hnah40/usbconfig.h => keyboards/handwired/hnah40/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x01
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'H','n','a','h','K','B'

M keyboards/jc65/v32a/config.h => keyboards/jc65/v32a/config.h +1 -0
@@ 21,6 21,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x1234
#define PRODUCT_ID      0x5679
#define DEVICE_VER      0x0200
#define MANUFACTURER    winkeyless.kr
#define PRODUCT         JC65 PS2AVRGB


M keyboards/jc65/v32a/usbconfig.h => keyboards/jc65/v32a/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/jj40/config.h => keyboards/jj40/config.h +1 -0
@@ 18,6 18,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
// TODO: share these strings with usbconfig.h
// Edit usbconfig.h to change these.
#define MANUFACTURER    Kprepublic

M keyboards/jj40/usbconfig.h => keyboards/jj40/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/jj4x4/config.h => keyboards/jj4x4/config.h +1 -0
@@ 21,6 21,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
// TODO: share these strings with usbconfig.h
// Edit usbconfig.h to change these.
#define MANUFACTURER    Kprepublic

M keyboards/jj4x4/usbconfig.h => keyboards/jj4x4/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/jj50/config.h => keyboards/jj50/config.h +1 -0
@@ 24,6 24,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
// TODO: share these strings with usbconfig.h
// Edit usbconfig.h to change these.
#define MANUFACTURER    kprepublic

M keyboards/jj50/usbconfig.h => keyboards/jj50/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'K', 'P', 'R', 'e', 'p', 'u', 'b', 'l', 'i', 'c'

M keyboards/kbdfans/kbdpad/mk1/config.h => keyboards/kbdfans/kbdpad/mk1/config.h +1 -0
@@ 21,6 21,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
#define MANUFACTURER    KBDfans
#define PRODUCT         KBDPAD-MKI


M keyboards/kbdfans/kbdpad/mk1/usbconfig.h => keyboards/kbdfans/kbdpad/mk1/usbconfig.h +1 -1
@@ 227,7 227,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/mechmini/v1/usbconfig.h => keyboards/mechmini/v1/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/mehkee96/config.h => keyboards/mehkee96/config.h +1 -0
@@ 5,6 5,7 @@
/* USB Device descriptor parameter */
#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
#define MANUFACTURER    mehkee
#define PRODUCT         96kee


M keyboards/mehkee96/usbconfig.h => keyboards/mehkee96/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/mt40/usbconfig.h => keyboards/mt40/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x03
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'T', 'h', 'o', 'm', 'a', 's', 'D', 'e', 'h', 'a', 'e', 'z', 'e'

M keyboards/panc60/config.h => keyboards/panc60/config.h +1 -0
@@ 21,6 21,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
#define MANUFACTURER    Panc Interactive
#define PRODUCT         panc60


M keyboards/panc60/usbconfig.h => keyboards/panc60/usbconfig.h +1 -1
@@ 227,7 227,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/pearl/config.h => keyboards/pearl/config.h +1 -0
@@ 21,6 21,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID    0xFEED
#define PRODUCT_ID   0x0348
#define DEVICE_VER   0x0200
#define MANUFACTURER Pearl Boards
#define PRODUCT      Pearl
#define DESCRIPTION  40% keyboard

M keyboards/pearl/usbconfig.h => keyboards/pearl/usbconfig.h +1 -1
@@ 227,7 227,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/percent/canoe/config.h => keyboards/percent/canoe/config.h +1 -0
@@ 22,6 22,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
#define MANUFACTURER    NotActuallyPercent
#define PRODUCT         CANOE


M keyboards/percent/canoe/usbconfig.h => keyboards/percent/canoe/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/percent/skog/config.h => keyboards/percent/skog/config.h +1 -0
@@ 20,6 20,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200

#define MANUFACTURER    Percent
#define PRODUCT         Skog TKL

M keyboards/percent/skog/usbconfig.h => keyboards/percent/skog/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'P','e','r','c','e','n','t'

M keyboards/percent/skog_lite/config.h => keyboards/percent/skog_lite/config.h +1 -0
@@ 21,6 21,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
#define MANUFACTURER    Percent
#define PRODUCT         Skog Lite


M keyboards/percent/skog_lite/usbconfig.h => keyboards/percent/skog_lite/usbconfig.h +1 -1
@@ 227,7 227,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/plaid/usbconfig.h => keyboards/plaid/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x01
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'd','m','9','r','e','c','o','r','d','s'

M keyboards/singa/config.h => keyboards/singa/config.h +1 -0
@@ 21,6 21,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
#define MANUFACTURER    Singa Keyboards
#define PRODUCT         Singa


M keyboards/singa/usbconfig.h => keyboards/singa/usbconfig.h +1 -1
@@ 227,7 227,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/tgr/alice/config.h => keyboards/tgr/alice/config.h +1 -0
@@ 19,6 19,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422E
#define DEVICE_VER      0x0200
// TODO: share these strings with usbconfig.h
// Edit usbconfig.h to change these.
#define MANUFACTURER    TGR

M keyboards/tgr/alice/usbconfig.h => keyboards/tgr/alice/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'T', 'G', 'R'

M keyboards/tgr/jane/config.h => keyboards/tgr/jane/config.h +1 -0
@@ 21,6 21,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
#define MANUFACTURER    TGR
#define PRODUCT         Jane


M keyboards/tgr/jane/usbconfig.h => keyboards/tgr/jane/usbconfig.h +1 -1
@@ 227,7 227,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/unikorn/config.h => keyboards/unikorn/config.h +1 -0
@@ 21,6 21,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
#define MANUFACTURER    Singa and TGR
#define PRODUCT         Unikorn 60


M keyboards/unikorn/usbconfig.h => keyboards/unikorn/usbconfig.h +1 -1
@@ 227,7 227,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     's', 'i', 'n', 'g', 'a', 't', 'g', 'r'

M keyboards/winkeyless/bface/config.h => keyboards/winkeyless/bface/config.h +1 -0
@@ 20,6 20,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
// You can edit those at usbconfig.h about line 250. These values will
// unforunatly be ignored so far
#define MANUFACTURER    winkeyless.kr

M keyboards/winkeyless/bface/usbconfig.h => keyboards/winkeyless/bface/usbconfig.h +1 -1
@@ 227,7 227,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/winkeyless/bmini/config.h => keyboards/winkeyless/bmini/config.h +1 -0
@@ 22,6 22,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
#define MANUFACTURER    winkeyless.kr
#define PRODUCT         B.mini


M keyboards/winkeyless/bmini/usbconfig.h => keyboards/winkeyless/bmini/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/winkeyless/bminiex/config.h => keyboards/winkeyless/bminiex/config.h +1 -0
@@ 21,6 21,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422E
#define DEVICE_VER      0x0200
#define MANUFACTURER    winkeyless.kr
#define PRODUCT         B.mini Ex


M keyboards/winkeyless/bminiex/usbconfig.h => keyboards/winkeyless/bminiex/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M keyboards/ymd75/config.h => keyboards/ymd75/config.h +1 -0
@@ 24,6 24,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200

// TODO: share these strings with usbconfig.h
// Edit usbconfig.h to change these.

M keyboards/ymd75/usbconfig.h => keyboards/ymd75/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'Y', 'M', 'D', 'K'

M keyboards/ymd96/config.h => keyboards/ymd96/config.h +1 -0
@@ 23,6 23,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
// Edit usbconfig.h to change these.
#define MANUFACTURER    ymdkey
#define PRODUCT         ymd96

M keyboards/ymd96/usbconfig.h => keyboards/ymd96/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'y','m','d','k','e','y'

M keyboards/ymdk/bface/config.h => keyboards/ymdk/bface/config.h +1 -0
@@ 19,6 19,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
// You can edit those at usbconfig.h about line 250. These values will
// unforunatly be ignored so far
#define MANUFACTURER    YMDK

M keyboards/ymdk/bface/usbconfig.h => keyboards/ymdk/bface/usbconfig.h +1 -1
@@ 227,7 227,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'Y', 'M', 'D', 'K'

M keyboards/ymdk_np21/config.h => keyboards/ymdk_np21/config.h +1 -0
@@ 22,6 22,7 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.

#define VENDOR_ID       0x20A0
#define PRODUCT_ID      0x422D
#define DEVICE_VER      0x0200
// TODO: share these strings with usbconfig.h
// Edit usbconfig.h to change these.
#define MANUFACTURER    ymdk

M keyboards/ymdk_np21/usbconfig.h => keyboards/ymdk_np21/usbconfig.h +1 -1
@@ 228,7 228,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION  0x00, 0x02
#define USB_CFG_DEVICE_VERSION  (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME     'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'

M quantum/template/ps2avrgb/usbconfig.h => quantum/template/ps2avrgb/usbconfig.h +1 -1
@@ 217,7 217,7 @@ section at the end of this file).
 * with libusb: 0x16c0/0x5dc.  Use this VID/PID pair ONLY if you understand
 * the implications!
 */
#define USB_CFG_DEVICE_VERSION 0x00, 0x02
#define USB_CFG_DEVICE_VERSION (DEVICE_VER & 0xFF), ((DEVICE_VER >> 8) & 0xFF)
/* Version number of the device: Minor number first, then major number.
 */
#define USB_CFG_VENDOR_NAME 'w', 'i', 'n', 'k', 'e', 'y', 'l', 'e', 's', 's', '.', 'k', 'r'