summaryrefslogtreecommitdiff
path: root/keyboards/planck/keymaps/handwired_binaryplease/config.h
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2017-06-09 21:09:52 -0400
committerGitHub <noreply@github.com>2017-06-09 21:09:52 -0400
commitd81135410cb6c6160395bf38fd0332893a68ea58 (patch)
tree6c206bc9cef755f3c244383de1baca29ab108608 /keyboards/planck/keymaps/handwired_binaryplease/config.h
parent5801a1f8af5f13779581dbf16052d7286af1f579 (diff)
parent1502c9c93529c44ba7c67f48c939fbeca2c97bed (diff)
Merge pull request #1382 from binaryplease/handwired_binaryplease
Handwired binaryplease
Diffstat (limited to 'keyboards/planck/keymaps/handwired_binaryplease/config.h')
-rw-r--r--keyboards/planck/keymaps/handwired_binaryplease/config.h39
1 files changed, 39 insertions, 0 deletions
diff --git a/keyboards/planck/keymaps/handwired_binaryplease/config.h b/keyboards/planck/keymaps/handwired_binaryplease/config.h
new file mode 100644
index 0000000000..5a90634bf1
--- /dev/null
+++ b/keyboards/planck/keymaps/handwired_binaryplease/config.h
@@ -0,0 +1,39 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "../../config.h"
+
+/* USB Device descriptor parameter */
+
+
+
+#undef VENDOR_ID
+#undef PRODUCT_ID
+#undef MANUFACTURER
+#undef PRODUCT
+#undef DESCRIPTION
+#undef MATRIX_ROW_PINS
+#undef MATRIX_COL_PINS
+#undef UNUSED_PINS
+#undef BACKLIGHT_PIN
+#undef BACKLIGHT_LEVELS
+
+
+
+#define VENDOR_ID 0xFEED
+#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 }
+#define UNUSED_PINS
+
+#define BACKLIGHT_PIN B7
+
+/* number of backlight levels */
+#define BACKLIGHT_LEVELS 0
+
+
+#endif