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/preonic | |
parent | 1e1b469fa2f9aa7480b4c1f1d1f8eb5b0c0c8ce5 (diff) | |
download | qmk_firmware-4ed67d666e1cea2c1d428af2b972de3e35e1742a.tar.gz qmk_firmware-4ed67d666e1cea2c1d428af2b972de3e35e1742a.zip |
Remove `DESCRIPTION`, N-Q (#11631)
Diffstat (limited to 'keyboards/preonic')
-rw-r--r-- | keyboards/preonic/config.h | 1 | ||||
-rw-r--r-- | keyboards/preonic/keymaps/kinesis/config.h | 1 | ||||
-rw-r--r-- | keyboards/preonic/keymaps/zach/config.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/preonic/config.h b/keyboards/preonic/config.h index 7ed4814fa..c4aa5805d 100644 --- a/keyboards/preonic/config.h +++ b/keyboards/preonic/config.h | |||
@@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
25 | #define PRODUCT_ID 0x6061 | 25 | #define PRODUCT_ID 0x6061 |
26 | #define MANUFACTURER OLKB | 26 | #define MANUFACTURER OLKB |
27 | #define PRODUCT Preonic | 27 | #define PRODUCT Preonic |
28 | #define DESCRIPTION A compact ortholinear keyboard | ||
29 | 28 | ||
30 | /* key matrix size */ | 29 | /* key matrix size */ |
31 | #define MATRIX_ROWS 5 | 30 | #define MATRIX_ROWS 5 |
diff --git a/keyboards/preonic/keymaps/kinesis/config.h b/keyboards/preonic/keymaps/kinesis/config.h index fd934726b..f85be752e 100644 --- a/keyboards/preonic/keymaps/kinesis/config.h +++ b/keyboards/preonic/keymaps/kinesis/config.h | |||
@@ -26,7 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
26 | #define DEVICE_VER 0x0001 | 26 | #define DEVICE_VER 0x0001 |
27 | #define MANUFACTURER Ortholinear Keyboards | 27 | #define MANUFACTURER Ortholinear Keyboards |
28 | #define PRODUCT The Preonic Keyboard | 28 | #define PRODUCT The Preonic Keyboard |
29 | #define DESCRIPTION A compact ortholinear keyboard | ||
30 | 29 | ||
31 | /* key matrix size */ | 30 | /* key matrix size */ |
32 | #define MATRIX_ROWS 5 | 31 | #define MATRIX_ROWS 5 |
diff --git a/keyboards/preonic/keymaps/zach/config.h b/keyboards/preonic/keymaps/zach/config.h index 66e6b087f..d69952fa8 100644 --- a/keyboards/preonic/keymaps/zach/config.h +++ b/keyboards/preonic/keymaps/zach/config.h | |||
@@ -26,7 +26,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
26 | #define DEVICE_VER 0x0001 | 26 | #define DEVICE_VER 0x0001 |
27 | #define MANUFACTURER Ortholinear Keyboards | 27 | #define MANUFACTURER Ortholinear Keyboards |
28 | #define PRODUCT The Preonic Keyboard | 28 | #define PRODUCT The Preonic Keyboard |
29 | #define DESCRIPTION A compact ortholinear keyboard | ||
30 | 29 | ||
31 | /* key matrix size */ | 30 | /* key matrix size */ |
32 | #define MATRIX_ROWS 5 | 31 | #define MATRIX_ROWS 5 |