diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-15 05:00:04 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-15 05:00:04 +1100 |
commit | f325bd6eb28e6fb14c086e36ba09b66ea7041ce0 (patch) | |
tree | 215159a67f602057723f3eecc2cae6cc59b130a2 /keyboards/dc01 | |
parent | 3525a61bafea9e373b57d13e4f23247273e66e9d (diff) | |
download | qmk_firmware-f325bd6eb28e6fb14c086e36ba09b66ea7041ce0.tar.gz qmk_firmware-f325bd6eb28e6fb14c086e36ba09b66ea7041ce0.zip |
Remove `DESCRIPTION`, B-D (#11513)
Diffstat (limited to 'keyboards/dc01')
-rw-r--r-- | keyboards/dc01/arrow/config.h | 1 | ||||
-rw-r--r-- | keyboards/dc01/left/config.h | 1 | ||||
-rw-r--r-- | keyboards/dc01/numpad/config.h | 1 | ||||
-rw-r--r-- | keyboards/dc01/right/config.h | 1 |
4 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/dc01/arrow/config.h b/keyboards/dc01/arrow/config.h index 801dbb54de..4ab91c24b0 100644 --- a/keyboards/dc01/arrow/config.h +++ b/keyboards/dc01/arrow/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Mechboards #define PRODUCT DC01 Arrow -#define DESCRIPTION Arrow cluster of DC01 keyboard /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/dc01/left/config.h b/keyboards/dc01/left/config.h index 26ad41a056..acad044742 100644 --- a/keyboards/dc01/left/config.h +++ b/keyboards/dc01/left/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Mechboards #define PRODUCT DC01 Left -#define DESCRIPTION Left half of DC01 keyboard /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/dc01/numpad/config.h b/keyboards/dc01/numpad/config.h index 2e91cfdd9d..c238101ff2 100644 --- a/keyboards/dc01/numpad/config.h +++ b/keyboards/dc01/numpad/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Mechboards #define PRODUCT DC01 Numpad -#define DESCRIPTION Numpad of DC01 keyboard /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/dc01/right/config.h b/keyboards/dc01/right/config.h index bbffb7814a..6911519b89 100644 --- a/keyboards/dc01/right/config.h +++ b/keyboards/dc01/right/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Mechboards #define PRODUCT DC01 Right -#define DESCRIPTION Right half of DC01 keyboard /* key matrix size */ #define MATRIX_ROWS 5 |