summaryrefslogtreecommitdiff
path: root/keyboards/planck
diff options
context:
space:
mode:
authorRyan <fauxpark@gmail.com>2021-01-20 11:57:45 +1100
committerGitHub <noreply@github.com>2021-01-20 11:57:45 +1100
commit4ed67d666e1cea2c1d428af2b972de3e35e1742a (patch)
treede0b49bf8dc91b3f65952910f7c90fcc092808d6 /keyboards/planck
parent1e1b469fa2f9aa7480b4c1f1d1f8eb5b0c0c8ce5 (diff)
Remove `DESCRIPTION`, N-Q (#11631)
Diffstat (limited to 'keyboards/planck')
-rw-r--r--keyboards/planck/config.h1
-rw-r--r--keyboards/planck/keymaps/dodger/config.h1
-rw-r--r--keyboards/planck/keymaps/handwired_binaryplease/config.h2
3 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/planck/config.h b/keyboards/planck/config.h
index e0839a175f..c8cbd7494a 100644
--- a/keyboards/planck/config.h
+++ b/keyboards/planck/config.h
@@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT_ID 0x6060
#define MANUFACTURER OLKB
#define PRODUCT Planck
-#define DESCRIPTION A compact ortholinear keyboard
/* key matrix size */
#define MATRIX_ROWS 4
diff --git a/keyboards/planck/keymaps/dodger/config.h b/keyboards/planck/keymaps/dodger/config.h
index f6aaec155a..2f94edb015 100644
--- a/keyboards/planck/keymaps/dodger/config.h
+++ b/keyboards/planck/keymaps/dodger/config.h
@@ -25,7 +25,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT_ID 0x6060
#define MANUFACTURER OLKB
#define PRODUCT Planck
-#define DESCRIPTION A compact ortholinear keyboard
/* key matrix size */
#define MATRIX_ROWS 4
diff --git a/keyboards/planck/keymaps/handwired_binaryplease/config.h b/keyboards/planck/keymaps/handwired_binaryplease/config.h
index 5a90634bf1..8cd4fe40a9 100644
--- a/keyboards/planck/keymaps/handwired_binaryplease/config.h
+++ b/keyboards/planck/keymaps/handwired_binaryplease/config.h
@@ -11,7 +11,6 @@
#undef PRODUCT_ID
#undef MANUFACTURER
#undef PRODUCT
-#undef DESCRIPTION
#undef MATRIX_ROW_PINS
#undef MATRIX_COL_PINS
#undef UNUSED_PINS
@@ -24,7 +23,6 @@
#define PRODUCT_ID 0x6060
#define MANUFACTURER binaryplease
#define PRODUCT Teensy_Planck
-#define DESCRIPTION A compact ortholinear keyboard using a teensy 2.0
#define MATRIX_ROW_PINS { D3, D2, D1, D0 }
#define MATRIX_COL_PINS { F0, F1, F4, F5, F6, F7, B6, B5, B4, D7, D6, D4 }