1
0
Fork 0

[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
This commit is contained in:
zvecr 2019-04-08 19:35:47 +01:00 committed by Drashna Jaelre
parent 15d7c5f0bd
commit da9bb59055
11 changed files with 121 additions and 605 deletions

View file

@ -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.