diff options
author | Erovia <Erovia@users.noreply.github.com> | 2019-11-19 22:00:45 +0100 |
---|---|---|
committer | James Young <18669334+noroadsleft@users.noreply.github.com> | 2019-11-19 13:00:45 -0800 |
commit | 25e9853efe28e8897cd9128d7515d3f60f482aad (patch) | |
tree | dd3c20548154587412ac519674dfe5c4809b8c6c /quantum | |
parent | c1c27b83aa9a3a57da43749854ee3c5182e63826 (diff) |
[Core] Fix ps2avrgb template (#7412)
Diffstat (limited to 'quantum')
-rw-r--r-- | quantum/template/ps2avrgb/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/template/ps2avrgb/config.h b/quantum/template/ps2avrgb/config.h index 4deb719f5a..d93512bca6 100644 --- a/quantum/template/ps2avrgb/config.h +++ b/quantum/template/ps2avrgb/config.h @@ -22,7 +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 0x0001 -#define MANUFACTURER You +#define MANUFACTURER %YOUR_NAME% #define PRODUCT %KEYBOARD% #define DESCRIPTION A custom keyboard |