summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/jotanck/config.h
diff options
context:
space:
mode:
authorjotix <47826561+jotix@users.noreply.github.com>2019-02-21 18:08:28 +0100
committerDrashna Jaelre <drashna@live.com>2019-02-21 18:08:28 +0100
commit0c607f8bf78a735466d0e761bc339393a522e2ee (patch)
treedd3b8893c0009c4b0b882ce44168d6ddbbe344f7 /keyboards/handwired/jotanck/config.h
parentc1c5922aae7b60b7c7d13d3769350eed9dda17ab (diff)
downloadqmk_firmware-0c607f8bf78a735466d0e761bc339393a522e2ee.tar.gz
qmk_firmware-0c607f8bf78a735466d0e761bc339393a522e2ee.tar.xz
[Keyboard] add jotanck keyboard (#5192)
* add jotanck keyboard * Update keyboards/jotanck/config.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/config.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/config.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/config.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/jotanck.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/jotanck.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * Update keyboards/jotanck/jotanck.h Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * requested changes * Update keyboards/handwired/jotanck/readme.md Co-Authored-By: jotix <47826561+jotix@users.noreply.github.com> * add backlight support * add default keymap image to readme * add default keymap image to readme
Diffstat (limited to 'keyboards/handwired/jotanck/config.h')
-rw-r--r--keyboards/handwired/jotanck/config.h37
1 files changed, 37 insertions, 0 deletions
diff --git a/keyboards/handwired/jotanck/config.h b/keyboards/handwired/jotanck/config.h
new file mode 100644
index 000000000..7e022eeb0
--- /dev/null
+++ b/keyboards/handwired/jotanck/config.h
@@ -0,0 +1,37 @@
+#pragma once
+
+#include "config_common.h"
+
+/* USB Device descriptor parameter */
+#define VENDOR_ID 0xFEED
+#define PRODUCT_ID 0x6060
+#define DEVICE_VER 0x0001
+#define MANUFACTURER Jotix
+#define PRODUCT Jotanck
+#define DESCRIPTION A Jotantastic compact ortholinear keyboard
+
+/* key matrix size */
+#define MATRIX_ROWS 4
+#define MATRIX_COLS 12
+
+/* pro_micro pin-out */
+#define MATRIX_ROW_PINS { B4, B5, B6, B2 }
+#define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, D3, D2, D1, D0, D4, C6 }
+#define UNUSED_PINS
+
+/* leds */
+#define QMK_LED E6
+#define BACKLIGHT_LEVELS 3
+#define BACKLIGHT_PIN B7
+
+/* COL2ROW or ROW2COL */
+#define DIODE_DIRECTION COL2ROW
+
+/* Set 0 if debouncing isn't needed */
+#define DEBOUNCING_DELAY 5
+
+/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
+#define LOCKING_SUPPORT_ENABLE
+
+/* Locking resynchronize hack */
+#define LOCKING_RESYNC_ENABLE