diff options
author | zvecr <git@zvecr.com> | 2019-04-08 19:35:47 +0100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-04-08 11:35:47 -0700 |
commit | da9bb590551e4e40552f301852074dffccd2c29d (patch) | |
tree | 5d8fd5838f6e2060b7cf66619b40a8f8d5533413 /keyboards/jj4x4/usbconfig.h | |
parent | 15d7c5f0bdfff97d5d7af6d474cc57d66b6bba94 (diff) |
[Keyboard] Refactor jj4x4 to current standards (#5567)
* Refactor 4x4 in line with current ps2avrgb template
* Add backlight pwm bodge till #4324 lands
* Disable bootmagic lite as it seems to not work on atmega32a/bootloadHID
Diffstat (limited to 'keyboards/jj4x4/usbconfig.h')
-rw-r--r-- | keyboards/jj4x4/usbconfig.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/jj4x4/usbconfig.h b/keyboards/jj4x4/usbconfig.h index ad97e7f0a3..a7653bde86 100644 --- a/keyboards/jj4x4/usbconfig.h +++ b/keyboards/jj4x4/usbconfig.h @@ -252,8 +252,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 'j', 'j', '4', '0' -#define USB_CFG_DEVICE_NAME_LEN 4 +#define USB_CFG_DEVICE_NAME 'j', 'j', '4', 'x', '4' +#define USB_CFG_DEVICE_NAME_LEN 5 /* 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. |