]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/s60_x/rgb/config.h
d9c26658dfd93a2619b657392f82ad77827a226b
[qmk_firmware.git] / keyboards / s60_x / rgb / config.h
1 #ifndef RBG_CONFIG_H
2 #define RBG_CONFIG_H
3
4 #include "config_common.h"
5
6 #define PRODUCT         S60-X-RGB
7 #define DESCRIPTION     q.m.k. keyboard firmware for S60-X RGB
8
9 /* key matrix pins */
10 #define MATRIX_ROW_PINS { B5, B4, D7, D6, D4 }
11 #define MATRIX_COL_PINS { D0, D1, D2, D3, D5, B6, C6, C7, F1, F0, E6, B3, B2, B1, B0 }
12 #define UNUSED_PINS
13
14 /* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
15 #define LOCKING_SUPPORT_ENABLE
16
17 /* Locking resynchronize hack */
18 #define LOCKING_RESYNC_ENABLE
19
20 #define RGB_DI_PIN F6
21 #ifdef RGB_DI_PIN
22 #define RGBLIGHT_ANIMATIONS
23 #define RGBLED_NUM 10
24 #define RGBLIGHT_HUE_STEP 8
25 #define RGBLIGHT_SAT_STEP 8
26 #define RGBLIGHT_VAL_STEP 8
27 #endif
28
29 #endif