aboutsummaryrefslogtreecommitdiff
path: root/quantum/template/avr/config.h
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2020-07-16 15:49:18 +1000
committerGitHub <noreply@github.com>2020-07-16 15:49:18 +1000
commit72d327054744fa142469dbb5406ad61f5ad0a302 (patch)
treebbdf7937d6837ffdd323391f3dde2e9538fa447e /quantum/template/avr/config.h
parent92d0a71af71973ac3f80398ed4f7f61dd97733b3 (diff)
downloadqmk_firmware-72d327054744fa142469dbb5406ad61f5ad0a302.tar.gz
qmk_firmware-72d327054744fa142469dbb5406ad61f5ad0a302.zip
Remove `DESCRIPTION` (#9732)
Diffstat (limited to 'quantum/template/avr/config.h')
-rw-r--r--quantum/template/avr/config.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/template/avr/config.h b/quantum/template/avr/config.h
index 8b0961f24..5f0bc7363 100644
--- a/quantum/template/avr/config.h
+++ b/quantum/template/avr/config.h
@@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
25#define DEVICE_VER 0x0001 25#define DEVICE_VER 0x0001
26#define MANUFACTURER %YOUR_NAME% 26#define MANUFACTURER %YOUR_NAME%
27#define PRODUCT %KEYBOARD% 27#define PRODUCT %KEYBOARD%
28#define DESCRIPTION A custom keyboard
29 28
30/* key matrix size */ 29/* key matrix size */
31#define MATRIX_ROWS 2 30#define MATRIX_ROWS 2