[Core] Fix ps2avrgb template (#7412)
This commit is contained in:
parent
c1c27b83aa
commit
25e9853efe
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#define VENDOR_ID 0x20A0
|
#define VENDOR_ID 0x20A0
|
||||||
#define PRODUCT_ID 0x422D
|
#define PRODUCT_ID 0x422D
|
||||||
#define DEVICE_VER 0x0001
|
#define DEVICE_VER 0x0001
|
||||||
#define MANUFACTURER You
|
#define MANUFACTURER %YOUR_NAME%
|
||||||
#define PRODUCT %KEYBOARD%
|
#define PRODUCT %KEYBOARD%
|
||||||
#define DESCRIPTION A custom keyboard
|
#define DESCRIPTION A custom keyboard
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue