]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/handwired/jot50/config.h
Update KBD67 readme so that it mentions the KBD65 PCB (#5143)
[qmk_firmware.git] / keyboards / handwired / jot50 / 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         Jot50
11 #define DESCRIPTION     A 5x12 compact ortholinear keyboard
12
13 /* key matrix size */
14 #define MATRIX_ROWS 5
15 #define MATRIX_COLS 12
16
17 /* pro_micro pin-out */
18 #define MATRIX_ROW_PINS { D7, E6, B4, 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 BACKLIGHT_LEVELS 3
24 #define BACKLIGHT_PIN B5
25 #define BACKLIGHT_BREATHING
26 #define BREATHING_PERIOD 5
27
28 /* COL2ROW or ROW2COL */
29 #define DIODE_DIRECTION COL2ROW
30
31 /* Set 0 if debouncing isn't needed */
32 #define DEBOUNCING_DELAY 5
33
34 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
35 #define LOCKING_SUPPORT_ENABLE
36
37 /* Locking resynchronize hack */
38 #define LOCKING_RESYNC_ENABLE