summaryrefslogtreecommitdiffstats
path: root/quantum/template/avr/config.h
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-02-26 16:59:34 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-26 16:59:34 +0100
commit0d936b2fe6a2518f2562c59f7f84692590d77aa0 (patch)
tree06e42680d3c1cb5d1f162a1acf9c9b19eebd444a /quantum/template/avr/config.h
parent7ba2bc765be62f969668847797b7eb3e6665db48 (diff)
downloadqmk_firmware-0d936b2fe6a2518f2562c59f7f84692590d77aa0.tar.gz
qmk_firmware-0d936b2fe6a2518f2562c59f7f84692590d77aa0.tar.xz
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/avr/config.h')
-rw-r--r--quantum/template/avr/config.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/quantum/template/avr/config.h b/quantum/template/avr/config.h
index 2409ae186..a9bb75482 100644
--- a/quantum/template/avr/config.h
+++ b/quantum/template/avr/config.h
@@ -1,5 +1,5 @@
/*
-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
@@ -23,7 +23,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define VENDOR_ID 0xFEED
#define PRODUCT_ID 0x0000
#define DEVICE_VER 0x0001
-#define MANUFACTURER You
+#define MANUFACTURER %YOUR_NAME%
#define PRODUCT %KEYBOARD%
#define DESCRIPTION A custom keyboard