diff options
author | Ryan <fauxpark@gmail.com> | 2020-07-16 15:49:18 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-16 15:49:18 +1000 |
commit | 72d327054744fa142469dbb5406ad61f5ad0a302 (patch) | |
tree | bbdf7937d6837ffdd323391f3dde2e9538fa447e /docs/config_options.md | |
parent | 92d0a71af71973ac3f80398ed4f7f61dd97733b3 (diff) | |
download | qmk_firmware-72d327054744fa142469dbb5406ad61f5ad0a302.tar.gz qmk_firmware-72d327054744fa142469dbb5406ad61f5ad0a302.zip |
Remove `DESCRIPTION` (#9732)
Diffstat (limited to 'docs/config_options.md')
-rw-r--r-- | docs/config_options.md | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/config_options.md b/docs/config_options.md index 21c9972e0..81a3b4b61 100644 --- a/docs/config_options.md +++ b/docs/config_options.md | |||
@@ -43,8 +43,6 @@ This is a C header file that is one of the first things included, and will persi | |||
43 | * generally who/whatever brand produced the board | 43 | * generally who/whatever brand produced the board |
44 | * `#define PRODUCT Board` | 44 | * `#define PRODUCT Board` |
45 | * the name of the keyboard | 45 | * the name of the keyboard |
46 | * `#define DESCRIPTION a keyboard` | ||
47 | * a short description of what the keyboard is | ||
48 | * `#define MATRIX_ROWS 5` | 46 | * `#define MATRIX_ROWS 5` |
49 | * the number of rows in your keyboard's matrix | 47 | * the number of rows in your keyboard's matrix |
50 | * `#define MATRIX_COLS 15` | 48 | * `#define MATRIX_COLS 15` |