diff options
author | fauxpark <fauxpark@gmail.com> | 2019-02-27 02:59:34 +1100 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-26 07:59:34 -0800 |
commit | 0d936b2fe6a2518f2562c59f7f84692590d77aa0 (patch) | |
tree | 06e42680d3c1cb5d1f162a1acf9c9b19eebd444a /quantum/template/ps2avrgb/template.c | |
parent | 7ba2bc765be62f969668847797b7eb3e6665db48 (diff) | |
download | firmware-0d936b2fe6a2518f2562c59f7f84692590d77aa0.tar.gz firmware-0d936b2fe6a2518f2562c59f7f84692590d77aa0.tar.bz2 firmware-0d936b2fe6a2518f2562c59f7f84692590d77aa0.zip |
Ask for your name when generating a new keyboard (#5214)
* Ask for your name when generating a new keyboard
* Update docs
* Apply suggestions from code review
Co-Authored-By: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'quantum/template/ps2avrgb/template.c')
-rw-r--r-- | quantum/template/ps2avrgb/template.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/template/ps2avrgb/template.c b/quantum/template/ps2avrgb/template.c index 4e35a2c12..08156c562 100644 --- a/quantum/template/ps2avrgb/template.c +++ b/quantum/template/ps2avrgb/template.c @@ -1,4 +1,4 @@ -/* Copyright 2019 REPLACE_WITH_YOUR_NAME +/* Copyright 2019 %YOUR_NAME% * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |