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/duck | |
parent | 3525a61bafea9e373b57d13e4f23247273e66e9d (diff) |
Remove `DESCRIPTION`, B-D (#11513)
Diffstat (limited to 'keyboards/duck')
-rw-r--r-- | keyboards/duck/eagle_viper/v2/config.h | 1 | ||||
-rw-r--r-- | keyboards/duck/jetfire/config.h | 1 | ||||
-rw-r--r-- | keyboards/duck/lightsaver/config.h | 1 | ||||
-rw-r--r-- | keyboards/duck/octagon/v1/config.h | 1 | ||||
-rw-r--r-- | keyboards/duck/octagon/v2/config.h | 1 | ||||
-rw-r--r-- | keyboards/duck/orion/v3/config.h | 1 | ||||
-rw-r--r-- | keyboards/duck/tcv3/config.h | 1 |
7 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/duck/eagle_viper/v2/config.h b/keyboards/duck/eagle_viper/v2/config.h index e328b1ee22..4153f2963d 100644 --- a/keyboards/duck/eagle_viper/v2/config.h +++ b/keyboards/duck/eagle_viper/v2/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0002 #define MANUFACTURER Duck #define PRODUCT Eagle/Viper V2 -#define DESCRIPTION 60% Korean custom keyboard /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/duck/jetfire/config.h b/keyboards/duck/jetfire/config.h index b0cc425852..b5db176991 100644 --- a/keyboards/duck/jetfire/config.h +++ b/keyboards/duck/jetfire/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Duck #define PRODUCT Jetfire -#define DESCRIPTION A custom keyboard /* key matrix size */ #define MATRIX_ROWS 6 diff --git a/keyboards/duck/lightsaver/config.h b/keyboards/duck/lightsaver/config.h index 5bb4e6faf9..e2aa78d14b 100644 --- a/keyboards/duck/lightsaver/config.h +++ b/keyboards/duck/lightsaver/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0003 #define MANUFACTURER Duck #define PRODUCT Lightsaver V3 -#define DESCRIPTION Duck Lightsaver V3 /* key matrix size */ #define MATRIX_ROWS 6 diff --git a/keyboards/duck/octagon/v1/config.h b/keyboards/duck/octagon/v1/config.h index 45e87de4ba..7bf69a7b63 100644 --- a/keyboards/duck/octagon/v1/config.h +++ b/keyboards/duck/octagon/v1/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Duck #define PRODUCT Octagon V1 -#define DESCRIPTION Duck Octagon V1 /* key matrix size */ #define MATRIX_ROWS 6 diff --git a/keyboards/duck/octagon/v2/config.h b/keyboards/duck/octagon/v2/config.h index 82b0c8a997..0de966c604 100644 --- a/keyboards/duck/octagon/v2/config.h +++ b/keyboards/duck/octagon/v2/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0002 #define MANUFACTURER Duck #define PRODUCT Octagon V2 -#define DESCRIPTION Duck Octagon V2 /* key matrix size */ #define MATRIX_ROWS 6 diff --git a/keyboards/duck/orion/v3/config.h b/keyboards/duck/orion/v3/config.h index ce64431afc..bcc5fb0046 100644 --- a/keyboards/duck/orion/v3/config.h +++ b/keyboards/duck/orion/v3/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0002 #define MANUFACTURER Duck #define PRODUCT Orion V3 -#define DESCRIPTION TKL Korean custom keyboard /* key matrix size */ #define MATRIX_ROWS 6 diff --git a/keyboards/duck/tcv3/config.h b/keyboards/duck/tcv3/config.h index 524b12b835..9a75ff77f7 100644 --- a/keyboards/duck/tcv3/config.h +++ b/keyboards/duck/tcv3/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Duck #define PRODUCT TC-V3 -#define DESCRIPTION Duck TC-V3 /* key matrix size */ #define MATRIX_ROWS 6 |