diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-18 12:49:25 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-18 12:49:25 +1100 |
commit | cc3f2e2865f317604d9781f12d0cefe0e3f74275 (patch) | |
tree | 65df72d575bcf0c68b907381377bc942027093d3 /keyboards/ep/comsn | |
parent | e524e0a397efe3424cffe6e9d75be5dcf589b685 (diff) | |
download | qmk_firmware-cc3f2e2865f317604d9781f12d0cefe0e3f74275.tar.gz qmk_firmware-cc3f2e2865f317604d9781f12d0cefe0e3f74275.zip |
Remove `DESCRIPTION`, E-G (#11574)
Diffstat (limited to 'keyboards/ep/comsn')
-rw-r--r-- | keyboards/ep/comsn/hs68/config.h | 1 | ||||
-rw-r--r-- | keyboards/ep/comsn/mollydooker/config.h | 1 | ||||
-rw-r--r-- | keyboards/ep/comsn/tf_longeboye/config.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/ep/comsn/hs68/config.h b/keyboards/ep/comsn/hs68/config.h index cf15a90bb4..e26f07044c 100644 --- a/keyboards/ep/comsn/hs68/config.h +++ b/keyboards/ep/comsn/hs68/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Elliot Powell #define PRODUCT ephs68 -#define DESCRIPTION A Hotswapable keyboard for kayak /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/ep/comsn/mollydooker/config.h b/keyboards/ep/comsn/mollydooker/config.h index 4200aaed1a..3e33ea0278 100644 --- a/keyboards/ep/comsn/mollydooker/config.h +++ b/keyboards/ep/comsn/mollydooker/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Elliot Powell #define PRODUCT mollydooker -#define DESCRIPTION Custom southpaw replacement PCB /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/ep/comsn/tf_longeboye/config.h b/keyboards/ep/comsn/tf_longeboye/config.h index e622010dbe..f02d560330 100644 --- a/keyboards/ep/comsn/tf_longeboye/config.h +++ b/keyboards/ep/comsn/tf_longeboye/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Elliot Powell #define PRODUCT TF Longeboye -#define DESCRIPTION TF Longeboye Designed for Papi SodaMan of MKUK /* key matrix size */ #define MATRIX_ROWS 5 |