]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/z150_blackheart/config.h
[Keyboard] fixed pins for numpad_5x4 layout (#6311)
[qmk_firmware.git] / keyboards / z150_blackheart / 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    blindassassin111
10 #define PRODUCT         Z-150 PCB
11 #define DESCRIPTION     Replacement for Zenith Z-150 PCB
12
13 /* key matrix size */
14 #define MATRIX_ROWS 5
15 #define MATRIX_COLS 20
16
17 /* key matrix pins */
18 #define MATRIX_ROW_PINS { C3, C2, C1, C0, E1 }
19 #define MATRIX_COL_PINS { D0, D1, D2, D3, D4, D5, D7, E0, C7, C6, C5, C4, F0, F1, F2, F3, F4, F5, F6, F7 }
20 #define UNUSED_PINS
21
22 /* COL2ROW or ROW2COL */
23 #define DIODE_DIRECTION COL2ROW
24
25 /* Set 0 if debouncing isn't needed */
26 #define DEBOUNCE 5
27
28 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
29 #define LOCKING_SUPPORT_ENABLE
30
31 /* Locking resynchronize hack */
32 #define LOCKING_RESYNC_ENABLE
33
34 /* force n-key rollover*/
35 #define FORCE_NKRO
36
37 #ifdef RGB_DI_PIN
38 #define RGBLIGHT_ANIMATIONS
39 #define RGBLED_NUM 0
40 #define RGBLIGHT_HUE_STEP 8
41 #define RGBLIGHT_SAT_STEP 8
42 #define RGBLIGHT_VAL_STEP 8
43 #endif