summaryrefslogtreecommitdiff
path: root/keyboards/mehkee96/config.h
diff options
context:
space:
mode:
authorjohanntang <johanntang@users.noreply.github.com>2018-09-25 15:23:31 -0700
committerDrashna Jaelre <drashna@live.com>2018-09-25 15:23:31 -0700
commit118e948e355b784b22f94378b5f85285e6dd4634 (patch)
tree506207163caea05c0c8f57921230c42689c7a4a4 /keyboards/mehkee96/config.h
parent6347a654de1ac00f6feb02e0a95b62a42aed406f (diff)
Keyboard: added mehkee96 support -JT (#3957)
* added mehkee96 support -JT * making requested changes -JT * fixes -jt * fixed info.json -JT * tidy up info.json comments from noroadsleft -JT
Diffstat (limited to 'keyboards/mehkee96/config.h')
-rw-r--r--keyboards/mehkee96/config.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/keyboards/mehkee96/config.h b/keyboards/mehkee96/config.h
new file mode 100644
index 0000000000..70ca273c36
--- /dev/null
+++ b/keyboards/mehkee96/config.h
@@ -0,0 +1,18 @@
+#pragma once
+
+#include "config_common.h"
+
+/* USB Device descriptor parameter */
+#define VENDOR_ID 0x20A0
+#define PRODUCT_ID 0x422D
+#define MANUFACTURER mehkee
+#define PRODUCT 96kee
+
+/* matrix size */
+#define MATRIX_ROWS 8
+#define MATRIX_COLS 15
+
+#define RGBLED_NUM 16
+#define RGBLIGHT_ANIMATIONS
+/* key combination for command */
+#define IS_COMMAND() (keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)))