diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-11 19:47:02 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-11 19:47:02 +1100 |
commit | d8b9825a8bb9d249ead4194accf47b13014e5346 (patch) | |
tree | 9dd71f87b75dc04ab638e9470904daffa43a395d /keyboards/alf | |
parent | aa0e33eca01ffcc1bae1fa97846e997de2759bea (diff) | |
download | qmk_firmware-d8b9825a8bb9d249ead4194accf47b13014e5346.tar.gz qmk_firmware-d8b9825a8bb9d249ead4194accf47b13014e5346.zip |
Remove `DESCRIPTION`, 0-A (#11369)
Diffstat (limited to 'keyboards/alf')
-rw-r--r-- | keyboards/alf/dc60/config.h | 1 | ||||
-rw-r--r-- | keyboards/alf/x11/config.h | 1 | ||||
-rw-r--r-- | keyboards/alf/x2/config.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/alf/dc60/config.h b/keyboards/alf/dc60/config.h index 098891eee0..15f4a86a4f 100644 --- a/keyboards/alf/dc60/config.h +++ b/keyboards/alf/dc60/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Alf #define PRODUCT dc60 -#define DESCRIPTION custom 60% keyboard /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/alf/x11/config.h b/keyboards/alf/x11/config.h index cd98935090..7fe27b330a 100644 --- a/keyboards/alf/x11/config.h +++ b/keyboards/alf/x11/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Alf #define PRODUCT x11 -#define DESCRIPTION A TKL custom keyboard /* key matrix size */ #define MATRIX_ROWS 7 diff --git a/keyboards/alf/x2/config.h b/keyboards/alf/x2/config.h index 205fa358fc..6c9a139c3a 100644 --- a/keyboards/alf/x2/config.h +++ b/keyboards/alf/x2/config.h @@ -9,7 +9,6 @@ #define DEVICE_VER 0x0001 #define MANUFACTURER ALF #define PRODUCT X2 -#define DESCRIPTION ALF X2 60 /* key matrix size */ #define MATRIX_ROWS 5 |