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 /quantum/template/ps2avrgb | |
parent | 92d0a71af71973ac3f80398ed4f7f61dd97733b3 (diff) |
Remove `DESCRIPTION` (#9732)
Diffstat (limited to 'quantum/template/ps2avrgb')
-rw-r--r-- | quantum/template/ps2avrgb/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/template/ps2avrgb/config.h b/quantum/template/ps2avrgb/config.h index 126afbcbd7..ef065c0f10 100644 --- a/quantum/template/ps2avrgb/config.h +++ b/quantum/template/ps2avrgb/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER %YOUR_NAME% #define PRODUCT %KEYBOARD% -#define DESCRIPTION A custom keyboard /* key matrix size */ #define MATRIX_ROWS 8 |