diff options
author | WarmCat <32871908+WarmCatUK@users.noreply.github.com> | 2018-05-10 16:28:58 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-10 08:28:58 -0700 |
commit | 933842067df08e7d0515049509bdd3fa73b334e1 (patch) | |
tree | 0e777c72e7f357ec45c9f294d80bda3f5915302e /keyboards/jj50/usbconfig.h | |
parent | c5264d6d89899f19bdeeaf9e2daeb90531617a48 (diff) | |
download | qmk_firmware-933842067df08e7d0515049509bdd3fa73b334e1.tar.gz |
Backlight and RGB now working for JJ50 (#2929)
* Added support for JJ50 from KPRepublic, no rgb or backlight control yet. Added as a layout of ymd96 at the moment (same microprocessor). Basic keymap with three layers to get started.
* Added support for JJ50
* Tidied up jj50 code, backlight and RGB is now working.
* Renaming "KEYMAP" to "LAYOUT" to adhere to the new QMK standards.
Diffstat (limited to 'keyboards/jj50/usbconfig.h')
-rw-r--r-- | keyboards/jj50/usbconfig.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/keyboards/jj50/usbconfig.h b/keyboards/jj50/usbconfig.h index d2d848fcd..59f29d04d 100644 --- a/keyboards/jj50/usbconfig.h +++ b/keyboards/jj50/usbconfig.h @@ -241,8 +241,8 @@ section at the end of this file). #define USB_CFG_DEVICE_VERSION 0x00, 0x02 /* 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' -#define USB_CFG_VENDOR_NAME_LEN 13 +#define USB_CFG_VENDOR_NAME 'K', 'P', 'R', 'e', 'p', 'u', 'b', 'l', 'i', 'c' +#define USB_CFG_VENDOR_NAME_LEN 10 /* These two values define the vendor name returned by the USB device. The name * must be given as a list of characters under single quotes. The characters * are interpreted as Unicode (UTF-16) entities. @@ -251,8 +251,8 @@ section at the end of this file). * obdev's free shared VID/PID pair. See the file USB-IDs-for-free.txt for * details. */ -#define USB_CFG_DEVICE_NAME 'p', 's', '2', 'a', 'v', 'r', 'G', 'B' -#define USB_CFG_DEVICE_NAME_LEN 8 +#define USB_CFG_DEVICE_NAME 'J','J','5','0',' ','K','e','y','b','o','a','r','d' +#define USB_CFG_DEVICE_NAME_LEN 13 /* Same as above for the device name. If you don't want a device name, undefine * the macros. See the file USB-IDs-for-free.txt before you assign a name if * you use a shared VID/PID. |