diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-20 11:57:45 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 11:57:45 +1100 |
commit | 4ed67d666e1cea2c1d428af2b972de3e35e1742a (patch) | |
tree | de0b49bf8dc91b3f65952910f7c90fcc092808d6 /keyboards/noxary | |
parent | 1e1b469fa2f9aa7480b4c1f1d1f8eb5b0c0c8ce5 (diff) | |
download | qmk_firmware-4ed67d666e1cea2c1d428af2b972de3e35e1742a.tar.gz qmk_firmware-4ed67d666e1cea2c1d428af2b972de3e35e1742a.zip |
Remove `DESCRIPTION`, N-Q (#11631)
Diffstat (limited to 'keyboards/noxary')
-rw-r--r-- | keyboards/noxary/220/config.h | 1 | ||||
-rw-r--r-- | keyboards/noxary/260/config.h | 1 | ||||
-rw-r--r-- | keyboards/noxary/268/config.h | 1 | ||||
-rw-r--r-- | keyboards/noxary/268_2/config.h | 1 | ||||
-rw-r--r-- | keyboards/noxary/280/config.h | 1 | ||||
-rw-r--r-- | keyboards/noxary/x268/config.h | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/noxary/220/config.h b/keyboards/noxary/220/config.h index 5e371a4e76..6e661b7686 100644 --- a/keyboards/noxary/220/config.h +++ b/keyboards/noxary/220/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Noxary #define PRODUCT 220 -#define DESCRIPTION A custom numpad keyboard. /* key matrix size */ #define MATRIX_ROWS 6 diff --git a/keyboards/noxary/260/config.h b/keyboards/noxary/260/config.h index f3f0cbc38f..7fe6c43879 100644 --- a/keyboards/noxary/260/config.h +++ b/keyboards/noxary/260/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Noxary #define PRODUCT 260 -#define DESCRIPTION A custom 60% keyboard /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/noxary/268/config.h b/keyboards/noxary/268/config.h index 8038ef8bbb..c3477f5c75 100644 --- a/keyboards/noxary/268/config.h +++ b/keyboards/noxary/268/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Noxary #define PRODUCT 268 -#define DESCRIPTION A fully customizable 65% keyboard. /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/noxary/268_2/config.h b/keyboards/noxary/268_2/config.h index 6adcc9552e..989dcb1c40 100644 --- a/keyboards/noxary/268_2/config.h +++ b/keyboards/noxary/268_2/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0002 #define MANUFACTURER Noxary #define PRODUCT 268.2 -#define DESCRIPTION A fully customizable 65% keyboard. /* key matrix size */ #define MATRIX_ROWS 5 diff --git a/keyboards/noxary/280/config.h b/keyboards/noxary/280/config.h index a1bacd3dca..1d8c38fa2a 100644 --- a/keyboards/noxary/280/config.h +++ b/keyboards/noxary/280/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Noxary #define PRODUCT 280 -#define DESCRIPTION A custom TKL keyboard. /* key matrix size */ #define MATRIX_ROWS 12 diff --git a/keyboards/noxary/x268/config.h b/keyboards/noxary/x268/config.h index f6dae0b3fb..ac4a09c60f 100644 --- a/keyboards/noxary/x268/config.h +++ b/keyboards/noxary/x268/config.h @@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0078 //"x" #define MANUFACTURER Noxary #define PRODUCT x268 -#define DESCRIPTION A fully customizable RGB 65% keyboard. /* key matrix size */ #define MATRIX_ROWS 5 |