]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/jotanck/config.h
Fix typo
[qmk_firmware.git] / keyboards / handwired / jotanck / config.h
1 #pragma once
2
3 #include "config_common.h"
4
5 /* USB Device descriptor parameter */
6 #define VENDOR_ID       0xFEED
7 #define PRODUCT_ID      0x6060
8 #define DEVICE_VER      0x0001
9 #define MANUFACTURER    Jotix
10 #define PRODUCT         Jotanck
11 #define DESCRIPTION     A Jotantastic compact ortholinear keyboard
12
13 /* key matrix size */
14 #define MATRIX_ROWS 4
15 #define MATRIX_COLS 12
16
17 /* pro_micro pin-out */
18 #define MATRIX_ROW_PINS { D7, E6, B6, B2 }
19 #define MATRIX_COL_PINS { F4, F5, F6, F7, B1, B3, D3, D2, D1, D0, D4, C6 }
20 #define UNUSED_PINS
21
22 /* leds */
23 #define QMK_LED B4
24 #define BACKLIGHT_LEVELS 3
25 #define BACKLIGHT_PIN B5
26 #define BACKLIGHT_BREATHING
27 #define BREATHING_PERIOD 5
28
29 /* COL2ROW or ROW2COL */
30 #define DIODE_DIRECTION COL2ROW
31
32 /* Set 0 if debouncing isn't needed */
33 #define DEBOUNCING_DELAY 5
34
35 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
36 #define LOCKING_SUPPORT_ENABLE
37
38 /* Locking resynchronize hack */
39 #define LOCKING_RESYNC_ENABLE