summaryrefslogtreecommitdiff
path: root/keyboards/handwired/wulkan/config.h
diff options
context:
space:
mode:
authorNapoleon Wulkan <napoleon.wulkan@gmail.com>2019-07-11 20:31:36 +0200
committerDrashna Jaelre <drashna@live.com>2019-07-11 11:31:36 -0700
commite6420f0bd823fa660d217a2560a919785ccb2343 (patch)
tree3016f923389308c0f664903270fa358634008367 /keyboards/handwired/wulkan/config.h
parent3ee062222acc40683246585fe21e3d5fe00dce0b (diff)
[Keyboard] Add handwired Wulkan keyboard (#6282)
* added handwired keyboard wulkan * added info.json for qmk configurator * fixed spelling * enum dont need to be assigned to zero * removed cflag from readme * updated rules.mk * removed unneeded rows from config * moved unicode to keymap conf * fix adjust layer and comments for keymap
Diffstat (limited to 'keyboards/handwired/wulkan/config.h')
-rw-r--r--keyboards/handwired/wulkan/config.h23
1 files changed, 23 insertions, 0 deletions
diff --git a/keyboards/handwired/wulkan/config.h b/keyboards/handwired/wulkan/config.h
new file mode 100644
index 0000000000..4a9cbada7e
--- /dev/null
+++ b/keyboards/handwired/wulkan/config.h
@@ -0,0 +1,23 @@
+#pragma once
+
+#include "config_common.h"
+
+/* USB Device descriptor parameter */
+#define VENDOR_ID 0xFEED
+#define PRODUCT_ID 0x6060
+#define DEVICE_VER 0x0001
+#define MANUFACTURER Wulkan
+#define PRODUCT Handwired48Keys
+#define DESCRIPTION A compact ortholinear handwired keyboard
+
+/* key matrix size */
+#define MATRIX_ROWS 4
+#define MATRIX_COLS 12
+
+#define MATRIX_ROW_PINS { B8, A0, A1, A2 }
+#define MATRIX_COL_PINS { B13, B14, B15, B9, B7, B6, B5, B4, B3, B2, B1, B0 }
+
+/* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */
+#define DEBOUNCE 5
+
+#define FORCE_NKRO